Skip to content

About the platform

A standalone browser arcade designed as a real product, not a side folder.

arcade.yuvrajkashyap.com combines a premium arcade shell with modular game modules, typed metadata, and a clean route-based structure. The current version focuses on a tight V1: instant play, strong browsing, polished presentation, and clean expansion paths for future systems like saves, profiles, and leaderboards.

Platform first

The site is built as a central arcade product with shared navigation, metadata, and discovery rather than a folder of unrelated demos.

Game freedom

Each game owns its own lifecycle, rendering model, and interaction details while the platform keeps a coherent shell and presentation layer.

Scalable structure

New games drop into the registry with minimal wiring, which keeps the codebase clean as the library expands.

What ships in V1

  • Registry-driven homepage discovery across featured, new, categories, and full library.
  • Metadata-rich game pages with an intentional play surface, controls, and supporting details.
  • Three initial games that validate Canvas loops, collision systems, timing systems, and lighter DOM interaction.
  • Lightweight shared utilities instead of a rigid engine abstraction.

What intentionally waits

  • Accounts, auth, leaderboards, multiplayer, database-backed saves, and custom analytics pipelines.
  • Heavy platform gamification without real user data to justify it.
  • Overbuilt abstractions that would slow down adding the next game.