/GameOfLife

Game of life in terminal

Primary LanguageC

Game Of Life in Terminal

using C

how to run:

- on linux: make; ./a.out
- on windows (MinGW): gcc gameoflife.c

image:

color0: ScreenShot color1: ScreenShot