Repository layout
# enterprise delivery /client HTML5 titles /engine shared slot core /games/neon-dynasty /server API + workers /admin web console /db/migrations /docs /deploy
Home / Docs
Sample only
Full repositories ship after contract. What follows is the public slice: tree layout, a spin endpoint, and the staging shape we hand to your infra team.
# enterprise delivery /client HTML5 titles /engine shared slot core /games/neon-dynasty /server API + workers /admin web console /db/migrations /docs /deploy
POST /v1/rounds { "session_id": "ses_...", "game_code": "neon-dynasty", "bet": 100, "currency": "USD", "client_round_id": "uuid" }
{
"round_id": "rnd_...",
"balance": 9800,
"win": 0,
"matrix": [[3,7,1],[...]],
"features": [],
"rtp_profile": "96.12"
}
If your production stack differs (Unity client, Go API, MySQL), say so on the demo form. Customization is a paid workstream, not assumed in the base license.
# deploy/staging example
services:
api:
image: xvc-api
env_file: .env
admin:
image: xvc-admin
db:
image: postgres:16
redis:
image: redis:7
client:
image: xvc-cdn-static