Skip to content

BurnyCoder/racing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Racing Game

A simple 3D racing game built with Three.js.

image

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 for fast development and building.

Installation

# Install dependencies
npm install

Running the development server

# Start development server
npm run dev

Building for production

# Build for production
npm run build

Technologies Used

  • Three.js: JavaScript 3D library
  • Vite: Build tool and development server

About

A simple 3D racing game built with Three.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors