FangDash
Multiplayer

Overview

Race against other players in real-time.

TL;DR - Race up to 4 players in real-time via WebSocket-powered rooms - All players face the exact same obstacles (seeded PRNG) - Ghost players are visible during the race — you can see their live position

FangDash lets you race against up to 3 other players in real-time. All players run through the same obstacle course, and the player with the highest score wins.

How to Start a Race

Click Multiplayer from the main menu
Create a new room or join an existing one with a room code
Wait for other players to join (2–4 players required)
When everyone is ready, a 3-second countdown begins and the race starts

Fair Play

Every player in a race faces the exact same obstacles. FangDash uses a seeded random number generator — the seed is shared when the race starts, so the obstacle layout is identical for everyone.

What You See

During a race, you can see other players' wolves as ghost players running alongside yours. You can't collide with them, but you can see their progress in real-time.

Winning

The race continues until all players have hit an obstacle. The player with the highest score wins. Results are saved to race history with placements.

Race XP Bonuses

On top of the XP you earn from your score, race placements give bonus XP:

PlacementBonus XP
1st place500 XP
2nd place250 XP
3rd place100 XP
4th place0 XP

See Level System for how XP and levels work.

On this page