In this project, you will make a single-player game of Rock, Paper, Scissors. Rules: You'll choose a move from rock, paper or scissors and the program will generate an opposing move. The winner is decided by these rules:
You'll be using an online Haskell editor, CodeWorld, for this project.
Visit https://code.world/haskell to get started. Close the Reference popup, if it appears, by clicking anywhere outside of the popup.
Optionally, sign in with a Google account to save your progress by clicking the Sign In button in the bottom-left menu.