Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 233 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 233 Bytes

RPS-GAME

Simple implementation of Rock Paper Scissors

  • Uses matrix for decisions on Wins, Losses, and Draws.
  • Randomly generated computer choice
  • User chosen actions
  • Menu to display
  • Keeps record of wins, losses, and draws.