Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dev-family/wasm-2048

2048 game implemented with Rust and Yew and compiled to WASM
https://github.com/dev-family/wasm-2048

Last synced: about 2 months ago
JSON representation

2048 game implemented with Rust and Yew and compiled to WASM

Awesome Lists containing this project

README

        

# 2048 WebAssembly






Live Demo

[The famous 2048 game](https://github.com/gabrielecirulli/2048) implemented with Rust ([Yew](https://yew.rs/)) 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.