/crate-run

crate.run is a simple HTML5 sokoban game built with the Godot game engine and Golang

Primary LanguageGoMIT LicenseMIT

crate.run - simple sokoban HTML5 game

crate.run logo

Go Report Card Open Source Love Godot v3.4 Go v1.17

crate.run is a simple HTML5 sokoban game built with the Godot game engine and Golang.

Run with Docker Compose

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.

Run API tests

cd api
go test -v ./...

License

crate.run is licensed under the MIT license.