Arcade Nexus Help Controls, launcher, and API notes

Run it like an app

Recommended

Use run-app.ps1 or run-app.bat to launch the local server and open a browser in app mode (no normal tab bar).

If app mode is not available, it falls back to the default browser. You can also install it from the main screen when the Install App button appears.

Main URLs

/              -> Game Center
/admin.html    -> Control Room
/docs.html     -> Help
/status        -> Health status

Keyboard controls

Snake / Dodge: WASD or Arrow keys
Tap Blitz: mouse / touch
Pause: P
Code Breaker: type 4 digits and submit

Local API quick refs

GET  /api/v1/items
POST /api/v1/items
PATCH /api/v1/items/{id}
DELETE /api/v1/items/{id}
GET  /api/v1/feature-flags
POST /api/v1/telemetry/events
POST /api/v1/auth/login

Admin seed account

email: admin@example.local
password: admin123