/rockpaperscissors

A simple Rock Paper Scissors C# console game

Primary LanguageC#

Rock Paper Scissors

A simple Rock Paper Scissors C# console game

To add a new game option type (for example Bomb, Flamethrower, etc.), add it to the GameOptions folder and implement the GameOption interface.

To add a new player type (for example UnbeatablePlayer), add it to the Players folder and implement the Player interface

rps