Skip to content

m5tt/Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Life

A console based Conways Game of Life implementation written in Python and runs in a Tkinter GUI

Features

  • Will take and run any valid .cells or .rle file
  • Very configurable, can speed up or slow down, zoom in or out, pan around to see different parts of large pattern
  • Uses a standard console interface

Examples

Run life with the Noahs Ark pattern, an inital speed of 1000, with a speed step of 10, and window size of 1366 by 768

`life.py --pattern noahsark.cells --initspeed 1000 --speedstep 10 --window-x 1366 --window-y 768

Releases

No releases published

Packages

No packages published

Languages