raulbojalil / rockpaperscissors

A simple Rock Paper Scissors C# console game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple Rock Paper Scissors C# console game


Languages

Language:C# 100.0%