Skip to content

Travian-like game set in space designed for AI players.

License

Notifications You must be signed in to change notification settings

gdg-garage/space-tycoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aa25481 · Sep 18, 2022
Aug 6, 2022
Sep 5, 2022
Sep 3, 2022
Sep 5, 2022
Aug 6, 2022
Sep 7, 2022
Aug 3, 2022
Mar 20, 2022
Sep 3, 2022
Sep 18, 2022
Aug 4, 2022
Sep 3, 2022

Repository files navigation

Space Tycoon

Server status

Client

Example bot

API

Observe the API in Swagger UI

Dev

docker-compose up dev-server adminer

This will also run container db.

Containers:

  • server - App server listening on port 80.
  • dev-server - Server with extra commands for use during development.
  • adminer - Db interface running on port 8080.
  • db - (MariaDb) with password secret and database space_tycoon with all tables and procedures included from database directory.
  • server-tidy - go mod tidy = Update and cleanup go dependencies (go.mod) using the container.
  • client-gen - Generate code for example Python based client.