lifehash
TypeScript/JavaScript implementation of LifeHash, a visual hash algorithm
ts-hashlife
Efficient TypeScript implementation of HashLife, an optimized algorithm for simulating Conway's Game of Life with memoization and quadtree-based compression.
grid-neighbors-1d
Get the 8 closest neighbors of a cell in a 2d grid when flattened to a 1d array