Explore

The explore page lists available games and meta-games. Route: /games/:metaGame?.

Key files

File Role
Explore.js Main explore page (lazy-loaded)
Explore/ExploreView.js Game grid / list rendering
MetaContainer.js Meta-game detail wrapper and tabs

Data loading

Open queries:

Optional token prop enables authenticated-only actions (e.g. starting a game while logged in).

Navigation

From a meta-game page, users can navigate to ratings, standing challenges, tournaments, and customize routes for that meta-game.

Related routes

Route Component
/ratings/:metaGame Ratings
/challenges/:metaGame StandingChallenges
/tournaments/:metaGame? Tournaments
/customize/:metaGame Customize
/listgames/:gameState/:metaGame ListGames

Related