Skip to content

Implementation of Conway’s Game Of Life in Python using Pygame

License

Notifications You must be signed in to change notification settings

RomainMaure/Game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of life

The script game_of_life.py implements the Game Of Life from John Conway. It is written in Python and requires Pygame to be installed:

pip3 install pygame

Using the left click of the mouse, one can add or remove cells. The mouse wheel allows to zoom in or zoom out. The button "step" allows to run one iteration of the game whereas the play/pause buttons allow to play the game continuously and stop it respectively.

gameOfLifeDemo.mp4

About

Implementation of Conway’s Game Of Life in Python using Pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages