Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 719 Bytes

File metadata and controls

28 lines (19 loc) · 719 Bytes

Crazy Uber

A 3D driving game where you pick up passengers and deliver them to earn money.

Play Online

This game is automatically deployed to GitHub Pages: Play Crazy Uber

Local Development

To run the game locally:

  1. Clone this repository
  2. Open index.html in your browser or use a local server:
    # Using Python to start a simple HTTP server
    python -m http.server
    
  3. Visit http://localhost:8000 in your browser

Deployment

This project is automatically deployed to GitHub Pages when changes are pushed to the main branch, using GitHub pages

Game Controls

  • Arrow keys to drive
  • Hold SPACE to drift
  • 'M' key to toggle minimap