Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michurin/conways-game-of-life
Fast Conway's Game of Life in JavaScript and canvas
https://github.com/michurin/conways-game-of-life
conway-game game-of-life online
Last synced: 4 days ago
JSON representation
Fast Conway's Game of Life in JavaScript and canvas
- Host: GitHub
- URL: https://github.com/michurin/conways-game-of-life
- Owner: michurin
- License: mit
- Created: 2020-07-25T06:22:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T04:33:26.000Z (over 1 year ago)
- Last Synced: 2023-09-10T05:23:21.457Z (over 1 year ago)
- Topics: conway-game, game-of-life, online
- Language: JavaScript
- Homepage: https://michurin.github.io/conways-game-of-life/
- Size: 147 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conway's Game of Life
[![Build Status](https://github.com/michurin/conways-game-of-life/actions/workflows/ci.yml/badge.svg)](https://github.com/michurin/conways-game-of-life/actions/workflows/ci.yml)
[Online demo](https://michurin.github.io/conways-game-of-life/)
## Remarkable similar projects
- Similar pure JS project: [playground](http://pmav.eu/stuff/javascript-game-of-life-v3.1.1/), [src](https://github.com/pmav/game-of-life).
- WebGL based project: [online playground](https://www.samcodes.co.uk/project/game-of-life/), [src](https://github.com/Tw1ddle/game-of-life).