๐
Four Powerful Ways to Build Your Game Library
Four Ways to Add Games in CloudArcade
1. Upload Game
Zip your HTML5 build (with index.html at the root) and upload it in Admin โ Games โ Add Game โ Upload. The portal extracts it, hosts it and serves it on your domain.
2. Fetch Games
Browse the built-in distributor feed (or plug in any custom feed URL) and import titles with a click. Fetched games carry a built-in 33โ40% revenue share handled by the distributor.
3. Remote Add
Already hosting a game elsewhere? Paste the URL and CloudArcade embeds it โ perfect for licensing deals with other portals.
4. JSON Importer
Have a whole catalog? Paste or upload a JSON array and import hundreds of games at once:
[
{
"title": "Neon Snake",
"url": "/games/snake/index.html",
"thumb": "",
"category": "Arcade",
"tags": ["retro", "snake"],
"description": "Glowing grid snake.",
"orientation": "landscape",
"revenueShare": 35
}
]
All four methods live side by side โ mix them freely and keep your portal fresh every week.