A multiplayer 3D driving experience featuring a chibi-style VW Bulli.
- Multiplayer: Real-time synchronization of position, rotation, and flipping.
- Physics: Frame-rate independent driving and flipping physics.
- Interactions: Honk at other players and explore project markers.
- 3D Graphics: Built with Three.js.
- Node.js installed
- Clone the repository.
- Install dependencies:
pnpm install
Start the server with:
node server.jsThe game will be available at http://localhost:8000.
- WASD: Drive and steer
- SPACE: Frontflip
- F: Honk
- Arrow Keys: Rotate camera
- E: Interact with projects
