https://github.com/nazanin1369/conwaygamesoflife
Javascript implementation of Conway's Game of Life using Tony Finch's algorithm
https://github.com/nazanin1369/conwaygamesoflife
conway-game game javascript tony-finch-algorithm
Last synced: about 1 month ago
JSON representation
Javascript implementation of Conway's Game of Life using Tony Finch's algorithm
- Host: GitHub
- URL: https://github.com/nazanin1369/conwaygamesoflife
- Owner: Nazanin1369
- Created: 2016-06-29T10:29:46.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-08-19T04:08:03.000Z (about 9 years ago)
- Last Synced: 2025-02-25T06:33:27.124Z (8 months ago)
- Topics: conway-game, game, javascript, tony-finch-algorithm
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## conwayGamesofLife
Javascript implementation of Conway's Game of Life using Tony Finch's algorithm. [View online](http://nazanin1369.github.io/conwayGamesofLife)
The Game of Life is not your typical computer game. It is a 'cellular automaton', and was invented by Cambridge mathematician John Conway.