Rock-Paper-Scissors is a mini-game created in C.
Just a compiler for C.
Use git clone to install it:
git clone https://github.com/Blueman678/Rock-Paper-Scissors.git
cd Rock-Paper-Scissors
On Linux:
gcc -c Rock-Paper-Scissors.c
On Windows:
cl Rock-Paper-Scissors.c
Launch the game and enjoy!