Skip to content

Conway's Game of Life in C++ and SFML with mouse input option.

License

Notifications You must be signed in to change notification settings

zaman13/Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game-of-Life

alt text alt text alt text

Conway's Game of Life in C++ and SFML with mouse input option.

Features

  • Can simulate large gird sizes.

  • The simulation can be paused and cell status can be updated using mouse input. Then the simulation can be restarted with the modified cell status.

Use

Run the make file from the terminal. An output file (game_of_life_output) will be created on the same folder. Run the output file from the terminal using .\game_of_life_output command.

 

Sample Output

alt text

Releases

No releases published

Packages

No packages published