/game-of-life

My copy of the game of life!

Primary LanguageCGNU General Public License v3.0GPL-3.0

The game of life

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.

How to build it your self

On unix based oprating systems.

  1. Download and install gnu make and a C compiler like clang.
  2. cd into the games directory and Run the make command.
  3. Run the game! type ./game_of_life

On windows.

  1. Download and install mingw.
  2. goto the games folder and open a new mingw bash there.
  3. run mingw32-make.exe
  4. Run the game! type game_of_life.exe