Skip to content

Add shared room scoring backend#6

Merged
halfdimension merged 1 commit into
mainfrom
feature/shared-room-scoring
Jun 28, 2026
Merged

Add shared room scoring backend#6
halfdimension merged 1 commit into
mainfrom
feature/shared-room-scoring

Conversation

@halfdimension

Copy link
Copy Markdown
Owner

Adds in-memory shared room scoring for multiplayer room catches.

  • Adds room score model and room score service
  • Adds scoreboard endpoint for room members
  • Scoreboard includes all current room members, including zero-score players
  • Successful shared creature catch increments catcher score and catch count
  • Duplicate catch cannot double-increment score
  • Scoreboard is sorted by score, catches, last catch time, and display name
  • Adds backend tests for scoreboard access, score updates, duplicate protection, and sorting
  • Keeps frontend, DB persistence, Redis, global leaderboard, WebSocket behavior, and solo gameplay out of scope

@halfdimension
halfdimension merged commit 734720a into main Jun 28, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant