A thrilling 3D car racing game built with Three.js, featuring realistic physics, multiple tracks, and smooth controls.
āāā backend/
ā āāā index.ts # Hono server for static files
āāā frontend/
ā āāā components/
ā ā āāā Game.tsx # Main game component
ā ā āāā UI/
ā ā ā āāā HUD.tsx # Heads-up display
ā ā ā āāā Menu.tsx # Main menu
ā ā ā āāā Controls.tsx # Control instructions
ā ā āāā Game/
ā ā āāā Car.ts # Car physics and rendering
ā ā āāā Track.ts # Track generation and management
ā ā āāā Camera.ts # Camera controls
ā ā āāā Physics.ts # Physics engine integration
ā āāā assets/
ā ā āāā models/ # 3D models (if any)
ā ā āāā textures/ # Texture files
ā āāā index.html # Main HTML template
ā āāā index.tsx # Frontend entry point
āāā shared/
āāā types.ts # Shared TypeScript types