2048 WebAssembly
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.
The famous 2048 game implemented with Rust (Yew) and compiled to WASM.
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.
all left baby
finalize API boundary for BoardEval + main
update README
move some implementations
some pseudocode
maybe this will work
first pass at monotonicity
add check for max being in the corner
add smoothness
add a heuristic weight vector
Your game isn't fair, I lost šš»
Jk just wanted to say I enjoyed it and the only "issue" I had on android was accidentally zooming in and not being able to zoom out.