Essential Question: How can I use conditional statements to create a game?
Mastery Objectives:
SWBAT created a complex nested conditional statement.
SWBAT upload images in python.
Do Now: Write a Python program to print all even numbers from a given numbers list in the same order and stop the printing if any numbers that come after 237 in the sequence.
Second Assignment: Write a simple python statement that prints out the even numbers 1-100.
Directions: Create an adventure game using conditional statements. Your game should have 5 prompts for the user to choose. Make each choice have 3 or more options. Below is an example of an adventure game. Each game should be unique. You don't need to have a dragon, it can be anything you want.