Skip to content

proh14/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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