Dino Race: Peer‑to‑Peer Two‑Player Chrome Dino Game

Dino Race is a Show HN project that turns Chrome’s offline dinosaur game into a multiplayer experience. The game connects two browsers directly without a central server.

Dino Race is a Show HN project that turns Chrome’s offline dinosaur game into a multiplayer experience. The game connects two browsers directly without a central server. Players control their dinosaurs using the same keyboard controls as the original game. The implementation uses WebRTC to synchronize game state between peers. The source code is hosted on GitHub and includes a simple UI for matchmaking. The project demonstrates how classic web games can be adapted for real‑time competition. It runs entirely in the browser, requiring no additional installations. The creator invites contributions to add features such as leaderboards or obstacles.