What kind of games fit WebGameArena?
Mobile-first HTML5 games that work smoothly on phones, tablets and desktop browsers.
Games with clear controls, quick loading times and simple player onboarding.
Arcade, puzzle, adventure, educational, racing, casual, strategy and family-friendly games.
Technical requirements
The game should run from a standard index.html file.
Assets should be organised clearly inside the game folder.
The game should support responsive canvas or layout scaling.
The game should avoid unnecessary external dependencies that can break loading.
The game should be tested on Chrome, Edge and mobile browsers where possible.
Player safety requirements
Games should be appropriate for a broad player audience.
Avoid harmful, hateful, sexually explicit or exploitative content.
Avoid deceptive mechanics, misleading rewards or unsafe downloads.
If a game includes chat or user-generated content, moderation and safety should be considered.
Recommended game folder structure
index.html — the main game entry point.
game.js — the main gameplay logic.
styles.css — responsive game styling.
assets/ — images, sounds, sprites and backgrounds.
game.json — optional metadata such as title, description, category and tags.
Suggested metadata
Title and short description.
Primary category such as Arcade, Adventure, Puzzle, Educational or Racing.
Tags such as mobile, touch, platformer, reflex, learning or casual.
Recommended age suitability and any important gameplay notes.
Submission process
A public submission form will be added as the platform matures. For now, developers should prepare games using the structure above so they are easy to review, test and publish later.