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.
Make sure you have Node 16.x or higher and Rust + Wasm Pack installed.
then run:
yarn
yarn dev:wasm