Rock, Paper, Scissors With Python: A Command Line Game Quiz

Interactive Quiz ⋅ 6 Questions
By Joseph Peart

In this quiz, you’ll test your understanding of Rock, Paper, Scissors With Python: A Command Line Game.

By working through this quiz, you’ll revisit how to collect and normalize player input, replay rounds with a while loop, decide a winner with dictionary-based rules, and swap fragile hard-coded strings for IntEnum members.

Game programming is a friendly way to practice skills you’ll use everywhere else, so take your throw.

The quiz contains 6 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!

Related Resources

Make Your First Python Game: Rock, Paper, Scissors!

Course

Rock, Paper, Scissors With Python: A Command Line Game

In this course, you'll learn to program rock paper scissors in Python from scratch. You'll learn how to take in user input, make the computer choose a random action, determine a winner, and split your code into functions.

basics gamedev projects