Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dingoeatingfuzz/conways-game-of-js
- Owner: DingoEatingFuzz
- Created: 2012-11-30T08:59:59.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T08:56:03.000Z (about 9 years ago)
- Last Synced: 2024-11-08T22:19:14.975Z (2 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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