-
v0.2.0 – Leaderboard integration, UI redesign, and matchmaking improvements
released this
2025-11-28 14:15:41 +00:00 | 34 commits to main since this releaseFeatures:
- Added full TicTacToe leaderboard UI with polling and top-10 display
- Added getLeaderboardTop() to NakamaProvider and exposed via context
- Inserted Leaderboard component into TicTacToe screen
- Updated Board component with turn indicators, player symbols, and click-locking logic
UI/UX:
- Modernized styles (board, squares, buttons, layout)
- Added polished leaderboard CSS (rows, ranks, usernames, scores)
- Improved match state display and player symbol explanation
- Added game mode selector (Classic/Blitz)
Backend/API:
- Added ApiLeaderboardRecordList + ApiMatch imports from api.gen
- Added listOpenMatches and matchmaking requeue support
- Improved matchmaker flow and safer socket handling
Other:
- Bumped package.json version to v0.2.0
- Added _BKP to .gitignore
- Added new MatchList component (currently optional)
Downloads