/Rock-Paper-Scissors

Rock-Paper-Scissors game

Primary LanguageC

Rock-Paper-Scissors v1.1

Rock-Paper-Scissors is a mini-game created in C.

Requirements

Just a compiler for C.

Installation

Use git clone to install it:

git clone https://github.com/Blueman678/Rock-Paper-Scissors.git
cd Rock-Paper-Scissors

Usage

On Linux:

gcc -c Rock-Paper-Scissors.c

On Windows:

cl Rock-Paper-Scissors.c

Launch the game and enjoy!