Terminal based. Implemented in Python with help of Asciimatics.
- 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.
Just install all required python dependencies with
pip install -r requirements.txt
and hit
python main.py
You can also make executable using Pyinstaller