Skip to content

vineethkm/Cellular-Automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cellular-Automata

This is a simulation of Conway's Game of Life. It uses SFML as the graphics library.

Run the following commands on the linux terminal to compile the program.

$ mkdir build
$ cd build
$ cmake .. -G Ninja
$ ninja

After compilation is done, run the following command to start executing the program.

$ ./main

The grid on the window can be clicked on to change the state of the cell.

Use s to start the simulation

Use e to stop/pause the simulation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published