Systems / Games2024

Featured Project

Rust Snake Game

Classic snake game built with Rust and compiled to WebAssembly for browser play, delivering native-like performance with memory safety guarantees.

BACK TO PROJECTS
Rust Snake Game

Problem

Browser games are usually built in JavaScript-first stacks, which makes it harder to explore systems-level performance, lower-level state control, and memory safety in a simple project.

Solution

I rebuilt a classic game in Rust and exported it through WebAssembly, using the project to combine low-level logic with a browser delivery path while keeping the gameplay immediate and familiar.