Skip to content

[Feature] Add loading screen with progress indicator #23

Description

@alimaandev

Problem\nWhen lazy-loaded chunks (Three.js, Scene3D, PixelRunner) are loading, the screen shows nothing — Suspense fallback is null. This makes the app feel unresponsive.\n\nSolution\nCreate a LoadingScreen component (src/components/LoadingScreen.tsx) with:\n- Animated pixel-art spinner (CSS-only, no extra deps)\n- 'LOADING...' text in JetBrains Mono\n- Dark background matching game theme\n- Optional: loading tips that cycle every 3s\n\nReplace fallback={null} with fallback={<LoadingScreen />} in all <Suspense> boundaries in Game.tsx.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions