no1msd / crate-run

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Try it out online at crate.run!

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.

About

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

License:MIT License


Languages

Language:Go 48.3%Language:GDScript 41.7%Language:HTML 7.6%Language:JavaScript 1.2%Language:Dockerfile 1.1%