Nokia 3210 Nostalgic
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
static
.gitignore
Cargo.lock
Cargo.toml
LICENSE.md
README.md
Web.toml
screenshot.png

README.md

Snake Game on WebAssembly written in Rust

Screenshot

This project has been inspired from wasm-tetris.

It is a copy of the structure of the game and write another one.

Development setup

Necessary compiler target wasm32-unknown-unknown (Rust nightly only)

$ rustup target add wasm32-unknown-unknown
$ cargo +nightly install cargo-web

Start a web dev server

$ cargo +nightly web start

Build

$ cargo +nightly web build

Reference

License

MIT