Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexferrari88/game-of-life
Conway's Game of Life in vanilla Javascript
https://github.com/alexferrari88/game-of-life
game-of-life javascript
Last synced: 8 days ago
JSON representation
Conway's Game of Life in vanilla Javascript
- Host: GitHub
- URL: https://github.com/alexferrari88/game-of-life
- Owner: alexferrari88
- License: mit
- Created: 2022-09-05T12:41:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T03:34:34.000Z (over 2 years ago)
- Last Synced: 2024-12-16T01:06:07.402Z (13 days ago)
- Topics: game-of-life, javascript
- Language: JavaScript
- Homepage: https://alexferrari88.github.io/game-of-life/
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conway's Game of Life
This is my interpretation of the Conway's Game of Life using vanilla Javascript and some basic interactivity.
Inspired by [Hungry Turtle Code](https://github.com/HungryTurtleCode/gameoflife).