Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dingoeatingfuzz/conways-game-of-js

Conway's Game of Life in JavaScript
https://github.com/dingoeatingfuzz/conways-game-of-js

Last synced: 18 days ago
JSON representation

Conway's Game of Life in JavaScript

Awesome Lists containing this project

README

        

## Conway's Game of JavaScript

Conway's Game of Life in JavaScript

View it here: http://dingoeatingfuzz.net/jlife/

### Current Languages
- JavaScript
- Coffeescript

### Upcoming Languages
- TypeScript
- FlowScript
- Dart
- Clojurescript
- Elm

### Requirements
1. Must implement Conway's Game of Life
2. Must use Perlin Noise to seed board (preferably via an external dependency)
3. Must support Pause/Play
4. Must support board size
5. Must support board reset