/gameoflife

My rendition of John Conway's Game Of Life with wrap-around.

Primary LanguagePython

John Conway's Game Of Life

Instructions

  1. Clone the repository
  2. Run pip3 install -r requirements.txt
  3. Run python3 main.py
  4. Click anywhere on the screen to draw shapes
  5. Hit ENTER on your keyboard to start/pause the simulation.
  6. Hit SPACE to enable/disable "disco" mode.