Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 381 Bytes

File metadata and controls

14 lines (11 loc) · 381 Bytes

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