Game project developed in C Language. In this game you need to guess the number in the range from 1 to 100 before your attempts run out.
- C
- GCC Compiler
- Makefile (to compile multiple files)
With the GCC Compiler installed, open the repository on your Code Editor and type in the terminal:
Windows
mingw32-make
game.e
Linux
make
./game.e
MacOS
make
./game.e