Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 715 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 715 Bytes

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