I built a free, browser-based multiplayer F1 racing game. No sign-ups, just jump in and play with friends.
Hey everyone,
I recently built a low-poly 3D multiplayer racing game that runs entirely in your browser. There are no accounts, no downloads, and no sign-ups required. You can just share the link with your friends and instantly race against them in real-time.
Play it here: https://f1-browser.vercel.app/
Tech Stack:
- Frontend: Three.js (Handles the 3D F1 car meshes, the daylight environment, and spline-based track generation).
- Backend: Node.js + Express with Socket.io (Handles real-time multiplayer syncing and server-side checkpoint validation).
The game has full support for both Desktop (keyboard) and Mobile (touch controls), so you can play from anywhere.
I just pushed a major overhaul to the track and physics. Please try it out with some friends, and if you find any bugs or have any feedback, let me know in the comments!