add game engine openapi

This commit is contained in:
Ilia Denisov
2026-04-26 22:10:02 +02:00
parent b4591cabd4
commit e0a99b346b
8 changed files with 1298 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
# Game Service Engine
Galaxy game engine — hosts a single game instance and exposes a REST API for
game initialization, turn advancement, player reports, and command execution.
## API
The REST contract is documented in [`openapi.yaml`](openapi.yaml).