Skip to content

Timfts/webassembly-rust-learning

Repository files navigation

Webassembly + Rust snake game

This project implements a simple Snake game based on the Filip Jerga's webassembly + rust course.

It implements the game core/engine through webassembly code (compiled from rust code).

the game is available here.

Running the project locally

Make sure you have Node 16.x or higher and Rust + Wasm Pack installed.

then run:

yarn

yarn dev:wasm