Jytesh / slither-snake

Snake Game in rust for the web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This template shows how to create a web app using Yew and wasm-pack.

๐Ÿšด Usage

๐Ÿ› ๏ธ Build

When building for the first time, ensure to install dependencies first.

yarn install
yarn run build

๐Ÿ”ฌ Serve locally

yarn run dev

๐Ÿ”‹ Batteries Included

  • wasm-bindgen for communicating between WebAssembly and JavaScript.
  • wee_alloc, an allocator optimized for small code size.

About

Snake Game in rust for the web

License:Apache License 2.0


Languages

Language:Rust 85.6%Language:JavaScript 8.4%Language:HTML 4.0%Language:SCSS 2.1%