Skip to content

jiramehr/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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.2%
  • CSS 9.8%
  • HTML 3.7%
  • JavaScript 3.3%