A simple 3D car racing game built with Three.js.
- 3D environment with a straight track
- 4 AI-controlled cars in different lanes
- Different speeds for each car
- Real-time rankings display
- Camera follows the leading car
Open index.html in a web browser that supports WebGL.
index.html: Main HTML filescript.js: Game logic and rendering
To push changes to the repository:
git add .
git commit -m "Add 3D car racing game"
git push origin main