Asset Comparison Demo

The same dodge-the-obstacles game rendered with 4 different asset combinations

Space Dodger

Space Theme

Forest Runner

Nature Theme

Haunted Escape

Spooky Theme

Pixel Dash

Retro Theme

Global Controls

How to Play

Use Arrow Keys or WASD to move. Avoid the obstacles! Each panel shows the same game logic with different visual assets. Notice how the background, music mood, avatar context, and rendering mode completely change the feel of the game while the core mechanics remain identical.

Configuration Code

const GAME_CONFIG = { title: "Space Dodger", assets: { music: { mood: "Epic", energy: 8, enabled: true }, background: { theme: "space", variant: "nebula", animated: true }, avatarContext: { mode: "HEAD_ONLY", context: "spaceship-cockpit", showAccessories: true } } };