Today We did
SO we went over you work today in class
- reviewed how to transistion from pictures, to turtle code
- explain how to experiment with your shapes with draw circle/draw rectangle
- Explained the “key features” of games/applications
- menu
- storage variable
- hp=50 to store numbers
- loot=[] to store items
- while loop
- input for user selection (while printing the menu )
- an if elif, and else for all selections
- “exit conditions”
- have an if/elif/alternitive while condition to terminate the game if a condition is met such as hp loss