Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ekzhang/game-of-life

Conway's Game of Life simulator running in the browser, based on the HashLife algorithm (quadtrees + memoization)
https://github.com/ekzhang/game-of-life

canvas game-of-life hashlife life-simulator quadtree vue

Last synced: about 1 month ago
JSON representation

Conway's Game of Life simulator running in the browser, based on the HashLife algorithm (quadtrees + memoization)

Awesome Lists containing this project

README

        

# game-of-life

[Try it here](https://ekzhang.github.io/game-of-life/)

Conway's Game of Life simulator running in the browser, based on the [HashLife algorithm](http://www.drdobbs.com/jvm/an-algorithm-for-compressing-space-and-t/184406478).

Interface bootstrapped using Vue CLI.