Skip to content

tsoding/autocell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cellular Automata

This is a small experiment with Cellular Automata. The idea is to generalize Conway's Game of Life style Cellular Automaton as a Transition Table and play with procedurally generated Transition Tables.

Quick Start

$ npm install
$ ./node_modules/.bin/tsc
$ iexplore.exe index.html