Skip to content

kubakos/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Custom population can be set by the set_population() method with a numpy array, or a random population density can be changed from 'high' to 'low' in the main.py file.

Dependencies:

  • python3
  • numpy

Usage:

git clone https://github.com/kubakos/game-of-life.git
cd game-of-life
python3 main.py