GameOfLife: Difference between revisions
From charlesreid1
(→Flags) |
(→Flags) |
||
| Line 16: | Line 16: | ||
[[Category:Puzzles]] | [[Category:Puzzles]] | ||
[[Category:Combinatorics]] | [[Category:Combinatorics]] | ||
[[Category:Javascript]] | |||
[[Category:Python]] | |||
[[Category:C]] | |||
Revision as of 18:38, 12 February 2018
Conway's Game of Life
Links
Fast Javascript implementation: http://pmav.eu/stuff/javascript-game-of-life-v3.1.1/
The core javascript code: view-source:http://pmav.eu/stuff/javascript-game-of-life-v3.1.1/assets/js/game-of-life-v3.1.1.js
C implementation (from same author) of Life: http://dotat.at/cgi/cvsweb/things/life.c?rev=1.8
List implementation of Life: http://dotat.at/prog/life/life.html