/game-of-life

John Conway's Game Of Life

Primary LanguageC++

John Conway's Game Of Life

A C++ implementation of John Conway's Game Of Life.

How to play

After downloading this source, run:

make && make clean
./live

Then take a look at gaming.txt file. You can manually modify this file to see a different behavior.

Enjoy!

  • One production of a sleepless night