Curriculum Outline
Python with Robots
- Unit 1
- Getting to know codebot
- Unit 2
- Turn in square
- if/elif/else
- while Loop
- Unit 3
- if/else inside loop
- Unit 4
Curriculum Outline
Python with Robots
After making our 2 player Button Presser Game, let’s make some improvements.
Objective: modify the code so that the game repeats until there are no ties!
Hint : use a while True loop and break when someone wins