9 lines
256 B
Markdown
9 lines
256 B
Markdown
# 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).
|