Skip to content

Maeril/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

This is an implementation of John Conway's Game of Life in Python, and a very basic and straightforward one at that.

Installation

Run the following to install the required packages:

pip install -r requirements.txt

Then, launch the game using:

python3 gameoflife.py

Note

Feel free to play with the game window dimensions and cell scale: it might yield interesting results.

About

An implementation of John Conway's Game of Life.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages