Skip to content
/ golpy Public

A 2D - Cellular Automata (especially Game of Life) implementation using python

License

Notifications You must be signed in to change notification settings

dkuska/golpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golpy

golpy is an implementation of Conway's Game of Life (and other life-like cellular automata)

Inspired by golly (https://sourceforge.net/projects/golly/)

created and maintained by dkuska

USAGE:

  1. Create and activate venv python -m venv .venv source .venv/bin/activate

  2. Install dependencies with: pip install -r requirements.txt

  3. Go into the golpy directory and run main.py with your python interpreter and the command line arguments you'd like to pass. python main.py -rule 3/23 -size 150

About

A 2D - Cellular Automata (especially Game of Life) implementation using python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages