Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 328 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 328 Bytes

Not Sliding Puzzle

Play in browser: https://wwylele.github.io/not-sliding-puzzle/index.html

demo

A sliding puzzle game with some flavor of chess.

Build and run native version

cargo run

Build and run web version

cargo install wasm-pack
wasm-pack build

cd www
npm install
npm run start