A simple 3D racing game built with Three.js.
- 3D car model with basic physics
- Speed display
- Camera that follows the car
- W / Up Arrow: Accelerate
- S / Down Arrow: Brake/Reverse
- A / Left Arrow: Turn Left
- D / Right Arrow: Turn Right
- R: Reset car position
This project uses Vite for fast development and building.
# Install dependencies
npm install# Start development server
npm run dev# Build for production
npm run build- Three.js: JavaScript 3D library
- Vite: Build tool and development server
