netb.st/projects/misc/gol
Home
Projects
Git
[misc]
source
download
Conway's Game of Life
A simple game of life implementation in python.
Usage: run main.py with a python3 interpreter (no args)
File
Description
main.py
program entry point
celle.py
cell class definition
spillebrett.py
board manipulator; handles cell instances