Skip to content

robincaron13/TheGameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In the 2D case, libraries from OpenCV are needed to run the game

See in main.cpp:

e.g. launch the 2D game with rule 01000000 for 100 iterations (or images):

TheGameOfLife2D gof(0, 1, 0, 0, 0, 0, 0, 0);
gof.Initialize(true);
gof.Run(100);

About

Implementing the famous game of life algorithm (based on cellular automaton) for 1D and 2D, visualisation with OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages