/orochimaru

A simple WASM based snake game

Primary LanguageRustApache License 2.0Apache-2.0

Orochimaru 🐍

Setup/Installation Steps

  • Clone this repo
  • install wasm-pack and Node.js
  • cd into project root and run
    cd ../ && wasm-pack build && cd www/ && npm i && npm run serve
    
  • Open http://localhost:8080 on your browser.
  • Use arrow keys play, and enjoy !