Game programming is a great way to learn how to program. You use many tools that you’ll see in the real world, plus you get to play a game to test your results! An ideal game to start your Python game programming journey is rock paper scissors.
In this course, you’ll learn how to:
- Code your own rock paper scissors game
- Take in user input with
input() - Play several games in a row using a
whileloop - Clean up your code with
Enumobjects and functions - Define more complex rules with a dictionary
