Skip to content
/ PyGol Public

Terminal based Conway's Game of Life. Implemented in Python with help of Asciimatics.

Notifications You must be signed in to change notification settings

a1usha/PyGol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Terminal based Conway's Game of Life. Implemented in Python with help of Asciimatics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages