crate.run is a simple HTML5 sokoban game built with the Godot game engine and Golang.
docker compose up
This will export the Godot project to HTML5, build the API and run the resulting Docker image that serves everything through port 9080. After it's finished building you can play the game at http://localhost:9080.
If you want to change the URL used to access the game, change the BASE_URL
environment
variable in the docker-compose.yml
file.
cd api
go test -v ./...
crate.run is licensed under the MIT license.