Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 343 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 343 Bytes

SNAKE WASM

About

A snake like game write in rust and wasm Take a look here for a quick play -> francescodesimone.github.io/snake_wasm/

Build

  git clone https://github.com/FrancescoDeSimone/snake_wasm
  cd snake_wasm
  wasm-pack build
  cd www
  npm install
  npm run start