Skip to content

sa8/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game Of Life

To compile and run the code:

-create a build directory $mkdir build

-go in the main directory and do cmake and make : $cd build $cmake .. $make

The name of the main executable is "game". It will be in the src folder of build. The name of the test executable is "catch", it is in the test folder of build.

The videocreator folder contains the python code that reads the output and transforms it to a video.

About

Conway's Game Of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages