This is a copy of The game of life That i've written in C.
A huge thanks to jadi that gave me the idea.
- Download and install gnu make and a C compiler like clang.
- cd into the games directory and Run the make command.
- Run the game! type
./game_of_life
- Download and install mingw.
- goto the games folder and open a new mingw bash there.
- run mingw32-make.exe
- Run the game! type
game_of_life.exe