feat: complete all remaining phases (multiplayer, social, tournaments, shop, polish)
Phase 5: Real-time multiplayer with matchmaking queue, live clock sync,
and Supabase Realtime for move broadcasting between players.
Phase 7: Friends system with requests/accept/block, notifications with
Realtime subscription, and online presence heartbeat.
Phase 8: Tournaments list with registration and status filters,
leaderboard with time control/period filters and top-3 podium.
Phase 9: Cosmetics shop with rarity system, purchase flow,
daily reward with streak multiplier.
Phase 10: Edit profile modal, recent games on home/profile,
improved settings/404/toast system.
Co-Authored-By:
Claude Opus 4.6 <noreply@anthropic.com>
Showing
src/hooks/useDailyReward.ts
0 → 100644
src/hooks/useFriends.ts
0 → 100644
src/hooks/useLeaderboard.ts
0 → 100644
src/hooks/useMatchmaking.ts
0 → 100644
src/hooks/usePresence.ts
0 → 100644
src/hooks/useRecentGames.ts
0 → 100644
src/hooks/useShop.ts
0 → 100644
src/hooks/useTournaments.ts
0 → 100644
src/lib/matchmaking.ts
0 → 100644
src/lib/realtime.ts
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment