This is a graph based solver for the Klotski game in the Wiggers family.
This depends on wasm-pack, use the following command to install it globally on your system, and then use it:
cargo install wasm-pack
wasm-pack build --target web --out-dir src/web/pkg
Then load src/web/index.html
in your webbrowser!
SPDX-FileCopyrightText: 2025 Menno van der Graaf [email protected] SPDX-License-Identifier: MIT