Skip to content

mardiros/wasm-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages