A snake like game write in rust and wasm Take a look here for a quick play -> francescodesimone.github.io/snake_wasm/
git clone https://github.com/FrancescoDeSimone/snake_wasm
cd snake_wasm
wasm-pack build
cd www
npm install
npm run start