A nice Rock Paper Scissors console game.
- Score
- User
-
Clone the repository:
git clone https://github.com/emichulo/Rock-Paper-Scissors-Game.git
-
Run the application:
gcc main.c user.c menu.c -o main.exe
-
Run the .exe:
main.exe
-
Or simply use make:
make