Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dobbs/conways-game-of-life
https://github.com/dobbs/conways-game-of-life
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dobbs/conways-game-of-life
- Owner: dobbs
- License: other
- Created: 2011-02-28T07:01:26.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-24T08:14:05.000Z (almost 14 years ago)
- Last Synced: 2024-08-01T12:34:03.139Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 307 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - dobbs/conways-game-of-life - (others)
README
Conway's Game of Life in Javascript
===================================![Hacker Logo: the glider pattern from Conway's Game of Life](http://upload.wikimedia.org/wikipedia/commons/thumb/4/45/Glider.svg/200px-Glider.svg.png)
I attended a [Code Retreat in Boulder on February 26, 2011](http://prakash.eventwax.com/code-retreat-boulder).
Then I couldn't let go of the problem. I've wanted to play with
cellular automata since I first learned of them. So I test drove this
implementation over several hours this weekend when I should have been
sleeping. I also very intentionally committed the code in very, very
small steps so I will have an example I can refer to when I want to
explain test driven development.-Eric