Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.89 KB

File metadata and controls

40 lines (31 loc) · 1.89 KB

Rock Paper Scissors

flat Language C# Target Framework Build Discord

You can play this game in your browser:
Play Now
Hosted On GitHub Pages

Rock Paper Scissors is a guessing game. You and the computer will choose "Rock", "paper", or "scissors". Rock beats scissors. Paper beats rock. Scissors beats paper.

Input

This game uses commands:

  • rock or r
  • paper or p
  • scissors or s
  • exit or e

Downloads

win-x64

linux-x64

osx-x64