fcambus / jsemu

A list of emulators written in the JavaScript programming language
https://www.cambus.net/emulators-written-in-javascript/
1.77k stars 172 forks source link

what about cellular automata? #16

Closed BigEd closed 8 years ago

BigEd commented 8 years ago

In particular, Conway's Life is a favourite, and what better example than a simulated Turing machine, in Life, in JavaScript? http://copy.sh/life/?pattern=turingmachine

Other Life implementations might be of interest: http://pmav.eu/stuff/javascript-game-of-life-v3.1.1 http://rocha.la/javascript-conways-game-of-life

fcambus commented 8 years ago

While those are nice resources, I do not think those link have their places in this list as they are not machine emulators.

BigEd commented 8 years ago

OK!