FangDash
Gameplay

Scoring

How scores are calculated and validated in FangDash.

TL;DR - Earn 10 pts/sec for surviving + 50 pts per obstacle cleared - Scores are saved per difficulty level - Every point you score = 1 XP toward your level

Score Formula

Your score comes from two sources:

SourcePoints
Time survived10 points per second
Obstacles cleared50 points per obstacle dodged

Your total score is the sum of both. Distance is tracked separately for achievements and leaderboard stats.

Per-Difficulty Scoring

Scores are saved with the difficulty level you reached during that run. This means the leaderboard can filter scores by difficulty, so you can compare your Easy runs against other Easy runs.

XP Earning

Every point you score counts as 1 XP toward your player level. Race placements give bonus XP on top of that (1st = 500 XP, 2nd = 250 XP, 3rd = 100 XP).

See Level System for the full breakdown.

Tracked Stats

Each score submission records:

StatDescription
ScoreYour total points
DistanceHow far you ran (meters)
DurationHow long the run lasted (seconds)
DifficultyThe difficulty tier you reached
Longest Clean RunLongest distance without hitting an obstacle (used for Perfect Dash achievement)

Score Validation

FangDash uses server-side anti-cheat validation. When you submit a score:

The server checks that your score does not exceed (seconds × 10) + (obstacles × 50) — the maximum possible for the given run duration and obstacle count

Scores above this limit are automatically rejected
Your score, distance, and duration are all recorded for verification

After a valid score is saved, the server automatically checks for newly earned achievements and skin unlocks

Submitted scores that exceed the theoretical maximum for your run duration and obstacle count are rejected with a BAD_REQUEST error. The score will not be saved or appear on the leaderboard.

Leaderboards

The global leaderboard supports filtering by time period (Daily / Weekly / All Time) and by difficulty level. Only your personal best per filter combination is shown.

See Leaderboard for full details.

On this page