adiSuper94 / orochimaru

A simple WASM based snake game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 !

About

A simple WASM based snake game

License:Apache License 2.0


Languages

Language:Rust 58.3%Language:JavaScript 35.6%Language:HTML 6.1%