A terminal implementation of the game Minesweeper written in C
Compile in the terminal: gcc Minesweeper.c -o Minesweeper
Run the game: ./Minesweeper
Follow the instructions on the screen. You can quit at any time by pressing CTRL+C or by entering "q" when it gives you the option to quit.
A terminal implementation of Rock, Paper, Scissors with ASCII art animations.
Compile in the terminal: gcc RPS.c -o RPS
Run the game: ./RPS
Follow the instructions on the screen. You can quit at any time by pressing CTRL+C or by entering "q" when it gives you the option to quit.