Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).