Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 593 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 593 Bytes

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