Challenge: Develop a Rock Paper Scissors Game

Back to course overview

Hi and welcome to our first coding challenge!

If you want to learn Programming, you need to get started building your own things! Trying things out is the best way to deepen your knowledge. Repetition and Practicing are Key!

The goal of this challenge is that you develop your very first own game. We want to code a “Rock-Paper-Scissors Game”.

A game of Rock Paper Scissors (RPS) consists of the following rules:

  • Rock crushes Scissors
  • Scissors cut Paper
  • Paper covers Rock
  • Facing each other with the same thing = DRAW

Try to implement the following User-Stories:

  • User can enter his choice (R)ock, (P)aper, (S)cissors
  • After his choice the user will be notified what the computer had choosen
  • The User will be notified what the outcome of the “Duel” was (e.g. Computer chose Rock. It was Rock vs Rock - A Draw!)
  • The The Game will continue to play until a Winner in a “best of 10” is determined. (It is over if one-player has won 6 rounds).

Video

References:

If you have any further questions, leave a comment either here on the Blog, on the Youtube-Video or join the Discord Community. Feel free to report your progress in Discord!