Skip to content

A basic implementation of John Conway's Game of Life

Notifications You must be signed in to change notification settings

davifeliciano/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game_of_life

game_of_life

A basic implementation of John Conway's Game of Life. Make sure to install the dependencies with pip install -r requirements.txt Run the game with python main.py or python main.py --elite to use an elitist strategy. To learn about the game options, type python main.py --help The script plots.py was used to obtain some plots comparing the evolution of the population with and without an elitist strategy. For more info, run python plots.py --help.

About

A basic implementation of John Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages