Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 536 Bytes

readme.md

File metadata and controls

12 lines (6 loc) · 536 Bytes

game-of-life

Conway’s Game of Life, running right in your browser. Give it a try on Glitch

Runs a 64x64 grid of Conway’s Life in JavaScript, using BigUint64Arrays and falling back to Uint32Array if unsupported.

While there’s a Browser UI, this repository also exports an API as a class via src/game.js (ES6 modules) or dist/game.js (Node.js). TypeScript typings included :) (dist/game.d.ts)

License

MIT