Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages