Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 655 Bytes

File metadata and controls

25 lines (17 loc) · 655 Bytes

Hotlap Party

A multiplayer racing party game. One screen (TV/PC) displays the track, phones connect as controllers.

How It Works

  • Display shows a QR code — players scan to join on their phones
  • Host (first player) starts the race
  • Cars drift off track if you go too fast through curves
  • First to finish all laps wins

Setup

npm install
node server.js

Open http://localhost:3000 on the display. Players join by scanning the QR code.

Tech