Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 157 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 157 Bytes

Snake | Rust/WASM

Snake game is WASM !

Quickstart

  • Build:
wasm-pack build --target web
  • Serve:
# npm install serve -g
serve