/spot-client

Client side for the Spot game

Primary LanguageRustMIT LicenseMIT

Build Status Build status dependency status

spot-client

The front end for the Spot game. Spot Demo

A video demo can be found here: https://www.youtube.com/watch?v=zkO00mz8FtU

Running

git clone https://github.com/teovoinea/spot-client
cargo install -f cargo-web
cargo web start --target=wasm32-unknown-unknown

Architecture

stdweb

Compiles the Rust code into blazing fast wasm

bincode

Encodes the pixel messages into compact binary representation