Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 620 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 620 Bytes

Conway's Game of Life

Terminal based. Implemented in Python with help of Asciimatics.

Features

  • Run in terminal from anywhere.
  • Insert and edit pattern presets from common Life 1.06 file format.
  • Create and save your own presets.
  • See your pattern in action with realtime simulation.

How to run

Just install all required python dependencies with

pip install -r requirements.txt

and hit

python main.py

You can also make executable using Pyinstaller