Skip to content

Implementation of Conway's Game Of Life in a few lines of Python. Keep it simple and learn how to code this game!

Notifications You must be signed in to change notification settings

ernieputnic/pygame-life

 
 

Repository files navigation

Pygame Of Life

Implementation of Conway's "Game Of Life" in less than 100 lines of modern Python.

Running The Game

It is recommend using the latest version of Python (3.9) on a separate virtual environment to your normal development one. Create a new environment for this game and install the dependencies with:

python -m venv venv
. venv/bin/activate
pip install -r requirements.txt

Given that all the dependencies were installed, running the game is as simple as

python pygame_life.py

About

Implementation of Conway's Game Of Life in a few lines of Python. Keep it simple and learn how to code this game!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%