https://github.com/esshahn/gameoflife
Simple implementation of Conway's Game Of Life in JavaScript
https://github.com/esshahn/gameoflife
gameoflife javascript
Last synced: about 1 year ago
JSON representation
Simple implementation of Conway's Game Of Life in JavaScript
- Host: GitHub
- URL: https://github.com/esshahn/gameoflife
- Owner: Esshahn
- Created: 2021-05-24T09:30:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T18:43:56.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T23:58:47.066Z (over 1 year ago)
- Topics: gameoflife, javascript
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Conways Game Of Life
Written in Vanilla JavaScript.