Conway's Game of Life Conway's Game of Life, written in javascript using HashLife algorithm. Play npm i && npm run play Performance Current speed for 32 x 32 size board: ~225 generations per second. Old Script For my older implementation see gol.html and gol.js