Skip to content

didof/cellular-automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

My personal implementation of Conway's Game of Life.

All the logic is made by Go whilst the visaul redendering is obtained with web technologies.

Usage

How to build:

go build -o conway

To have a list of all flags run:

./conway -h

To start visualazing in your default browser run:

./conway

cover

About

Simple go lib to manage cells simulations

Topics

Resources

Stars

Watchers

Forks