|
3 months ago | |
---|---|---|
client | 3 months ago | |
core | 3 months ago | |
www | 3 months ago | |
.gitignore | 4 months ago | |
COPYING | 4 months ago | |
README.md | 4 months ago |
Sokoban (倉庫番 sōko-ban, “warehouse keeper”) is a type of puzzle video game, in which the player pushes crates or boxes around in a warehouse, trying to get them to storage locations.
$ rustup update
$ rustup target add wasm32-unknown-unknown
$ cargo install -f wasm-bindgen-cli
$ cargo install basic-http-server
build:
$ cd client
$ ./build.sh
launch a server:
$ cd www
$ basic-http-server
You can now play the game at 127.0.0.1:4000
GNU Affero General Public License