Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 615 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 615 Bytes

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