https://github.com/bblodfon/game-of-life
A web implementation of John Conway's Game of Life
https://github.com/bblodfon/game-of-life
game-of-life gameoflife javascript john-conway-game
Last synced: 3 months ago
JSON representation
A web implementation of John Conway's Game of Life
- Host: GitHub
- URL: https://github.com/bblodfon/game-of-life
- Owner: bblodfon
- Created: 2016-12-26T16:35:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T10:29:22.000Z (over 6 years ago)
- Last Synced: 2025-02-02T00:52:35.276Z (5 months ago)
- Topics: game-of-life, gameoflife, javascript, john-conway-game
- Language: JavaScript
- Homepage: https://bblodfon.github.io/game-of-life/gameOfLIfe.html
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gameOfLife
A web implementation of John Conway's Game of Life that I made just for the fun of it :)You can see the result [here](https://bblodfon.github.io/game-of-life/gameOfLIfe.html).