Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 428 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 428 Bytes

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!