Skip to content

max-stack/Game-of-Life-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Game-of-Life-Simulation

Basic implementation of John Conway's game of life simulation.

Built using Python3

To run the simulation, run the simulation.py file. You can set the initial "alive" cells in the initial_state.py file function. All other cells will be initialised as "dead".

About

Basic implementation of John Conway's game of life simulation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages