Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hedgeem-api.qeetoto.com/llms.txt

Use this file to discover all available pages before exploring further.

Game Clients

VersionNameTech StackRepoClient PathProduction URLLocalhost
v3 (C#)DotNet clientASP.NET Web Forms / C# / .NET 4.0hedgeem-v3~/repo_git/hedgeem-v3None — reference onlyNone
v4 (JS)JavaScript clientPhaser / plain JShedgeem-v4~/repo_git/hedgeem-v4hedgeem-v4.qeetoto.comNone
v5 (UMA)GameIOM UMA clientNode + C++ (GDK protocol)hedgeem-v5hedgeem-v5-client/builds/hedgeem/hedgeem-v5.qeetoto.comlocalhost:5050
v6 (TS)TypeScript standalone clientPhaser 3 + Vite + TypeScripthedgeem-v5hedgeem-v6-client/hedgeem-v6.qeetoto.comlocalhost:4000

Supporting Infrastructure

ServiceStackProduction URL
REST APINode.js / TypeScript (Vercel serverless)hedgeem-server.qeetoto.com
API DocsMintlifyhedgeem-api.qeetoto.com
BrochureStatichedgeem.qeetoto.com

Version Notes

v6 (TypeScript standalone) is the production target. All new features are implemented here and tested via Playwright.
v3 (.NET) is analysis-only — used to understand legacy game logic. It is not a deployment target.
v5 (UMA) is a reference/testing client using the GameIOM GDK protocol. GDK code is a dead end — do not port it. Use UMA’s visual design (graphics, layout, animations) as the UX specification for v6.
v4 (JS) is the original design spec — live at hedgeem-v4.qeetoto.com and used as a reference for feature behaviour. Source is in the hedgeem-v4 repo.

API Connectivity

All active clients share a single REST API at hedgeem-server.qeetoto.com:
ClientConfig locationBase URL constant
v6 (TS)hedgeem-v6-client/src/engine/ApiClient.tsHEDGEEM_API_BASE
v5 (UMA)hedgeem-v5-client/builds/hedgeem/platform.jsAPI_BASE