Conways game of life written in JavaScript https://ggrainger.epicpages.dev/javascript-game-of-life
  • JavaScript 82.9%
  • CSS 9.6%
  • HTML 7.5%
Find a file
ggrainger 3ec0069f76
All checks were successful
Publish / publish (push) Successful in 5s
Update README.md
Correct URL's
2026-06-14 15:58:33 +00:00
.forgejo/workflows Correct branch 2026-05-31 00:19:44 +01:00
.idea Add some documentation 2020-09-19 22:14:42 +01:00
assets Add zoom 2020-09-15 20:11:19 +01:00
modules Add some documentation 2020-09-19 22:14:42 +01:00
.gitattributes Initial commit 2020-09-13 13:13:12 +01:00
.gitignore Add example loading 2020-09-18 13:17:02 +01:00
index.html Add example loading 2020-09-18 13:17:02 +01:00
main.js Add example loading 2020-09-18 13:17:02 +01:00
README.md Update README.md 2026-06-14 15:58:33 +00:00
styles.css Add example loading 2020-09-18 13:17:02 +01:00

Game of Life

Build Status

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