Game of Life

A self-study project based on next.js and wasm-pack, which implements Conway's Game of Life.

The game is implemented both in TypeScript and Rust for performance comparison, a preliminary result shows that the Rust version is much better.

TypeScript version

Rust version

Built with