/game-of-life

An implementation of Conway's Game of Life.

Primary LanguagePython

Game of Life

This is an implementation of Conway's Game of Life.

Currently this will only run a randomized "seed" of this cellular automaton.

To run this, install the dependencies using the poetry package. Then you can start the app by running the following command from the root of this project:

python -m game

Possible Improvements

  • Creating an applet to specify starting configurations.
  • Loading and saving configurations.
  • Optimizations.