https://github.com/burnycoder/racing-game
A simple 3D racing game built with Three.js.
https://github.com/burnycoder/racing-game
Last synced: 3 months ago
JSON representation
A simple 3D racing game built with Three.js.
- Host: GitHub
- URL: https://github.com/burnycoder/racing-game
- Owner: BurnyCoder
- Created: 2025-03-11T16:42:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-11T17:39:21.000Z (over 1 year ago)
- Last Synced: 2025-03-22T14:18:34.757Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 14.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Racing Game
A simple 3D racing game built with Three.js.

## Features
- 3D car model with basic physics
- Speed display
- Camera that follows the car
## Controls
- W / Up Arrow: Accelerate
- S / Down Arrow: Brake/Reverse
- A / Left Arrow: Turn Left
- D / Right Arrow: Turn Right
- R: Reset car position
## Development
This project uses [Vite](https://vitejs.dev/) for fast development and building.
### Installation
```bash
# Install dependencies
npm install
```
### Running the development server
```bash
# Start development server
npm run dev
```
### Building for production
```bash
# Build for production
npm run build
```
## Technologies Used
- Three.js: JavaScript 3D library
- Vite: Build tool and development server