Play in browser: https://wwylele.github.io/not-sliding-puzzle/index.html
A sliding puzzle game with some flavor of chess.
cargo run
cargo install wasm-pack
wasm-pack build
cd www
npm install
npm run start
Play in browser: https://wwylele.github.io/not-sliding-puzzle/index.html
A sliding puzzle game with some flavor of chess.
cargo run
cargo install wasm-pack
wasm-pack build
cd www
npm install
npm run start