
About
Sokoban is a 1981 puzzle game by Hiroyuki Imabayashi in which the player pushes boxes onto storage locations in a warehouse from a top-down view, without being able to pull them. This is a Sokoban implementation written in Rust that can also be built to run in a browser via WebAssembly and packaged into a Docker container. The project is still under active development and not yet complete.
Getting started
Build and run locally with Cargo (cargo build --release, then cargo run), or build the WebAssembly target and package it into the included Docker container to play from a web browser.
Known limitations
- development: Game is still in development and not completed.