Back to the problem

Back to the problem#

Activity 31 (RPSSL)

Now go back to the problem Rock paper scissors Spock lizard.

  1. Draw a second flowchart that describes the process of a game round.

  2. Implement the program and use the following concepts we have seen before:

  • random number generation

  • raw strings

  • getchar()

  • enum

Tip

Update your flowcharts during programming if you need it and vice-versa.