Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dobbs/conways-game-of-life


https://github.com/dobbs/conways-game-of-life

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

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