Standalone World Flipper
This app runs the entire game server on your device. The game talks to it over 127.0.0.1:8000 — the same address that serves this console. No PC or external backend is required to play.
Asset CDN
Where the game's downloadable assets are fetched from.
Enter the base URL of the host that serves the World Flipper KO CDN. The game requests assets from this app; this app proxies & caches them from the URL above. On the Android emulator the dev server is reachable at http://10.0.2.2:8000.
Getting started
Point it at a host that serves the game's asset archives. Save & test confirms it's reachable.
The game logs in against the in-app server and begins its one-time asset download (≈1.8 GB partial).
Once assets are downloaded they live on the device. The game plays without needing the CDN again unless there's new content.
- Console
- http://127.0.0.1:8000
- Game API
- runs in-process — no separate server to launch
- If the CDN is down
- already-downloaded games keep working offline; a fresh install needs a working CDN to download assets.