Rock Paper Scissors

My own prototype of a basic Rock Paper Scissors game. The core gameplay loop is:

  • Choose your throw (rock, paper, scissors) against the AI
  • Winner is decided

Play the game in your browser here.

View my GitHub repo here.