2048 WebAssembly

December 18, 2020 ยท View on GitHub

Live Demo

The famous 2048 game implemented with Rust (Yew) and compiled to WASM.

Running

The simplest way to run is via docker:

docker build -t wasm-2048 .
docker run -it --rm -p 8080:8080 wasm-2048

Then open http://127.0.0.1:8080.