Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
2048 game implemented with Rust and Yew and compiled to WASM
- Host: GitHub
- URL: https://github.com/dev-family/wasm-2048
- Owner: dev-family
- Created: 2020-12-18T15:30:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T12:09:08.000Z (almost 4 years ago)
- Last Synced: 2024-04-10T01:17:19.154Z (7 months ago)
- Language: Rust
- Size: 273 KB
- Stars: 150
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-yew - wasm-2048 - 2048 game implemented with Rust and Yew and compiled to Wasm. (Projects)
README
# 2048 WebAssembly
[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.