Conways game of life written in JavaScript
https://ggrainger.epicpages.dev/javascript-game-of-life
- JavaScript 82.9%
- CSS 9.6%
- HTML 7.5%
|
All checks were successful
Publish / publish (push) Successful in 5s
Correct URL's |
||
|---|---|---|
| .forgejo/workflows | ||
| .idea | ||
| assets | ||
| modules | ||
| .gitattributes | ||
| .gitignore | ||
| index.html | ||
| main.js | ||
| README.md | ||
| styles.css | ||
Game of Life
Conway's game of life, written in JavaScript.
Includes some examples which can be loaded at any time, as well as the ability to save/load creations from JSON file's.
Deployment can be found here.
The game code is all written within modules/gameoflife.js. With main.js bridging the gap between the game and the HTML.
Browser compatibility
Tested and works in:
- Chrome (and chrome variants such as the new Microsoft Edge).
- Firefox
- Opera