Skip to content

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

License

Notifications You must be signed in to change notification settings

no1msd/crate-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 https://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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published