game-of-life icon indicating copy to clipboard operation
game-of-life copied to clipboard

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

game-of-life

Try it here

Conway's Game of Life simulator running in the browser, based on the HashLife algorithm.

Interface bootstrapped using Vue CLI.