Skip to content

tolgaparlan/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

To build with cmake:

mkdir build
cd build
cmake ..
make

To run:

./build/game_of_live seeds/gun

Other example seeds can be found under the seeds directory.

Screen Recording 2021-03-06 at 15 09 35

About

Conway's game of life animated in the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published