• Mahmoud Aglan's avatar
    feat: add chess board with full game logic · 75adde37
    Mahmoud Aglan authored
    - Complete chess board with piece rendering (Unicode fallback)
    - Drag-to-select + legal move highlights (gold dots)
    - chess.js validation for all moves including promotion
    - Game over detection (checkmate, stalemate, draw)
    - Result overlay with "new game" option
    - Board flip button
    - Resign button
    - Local play mode accessible from Play page
    - Fix profile XP bar padding
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    75adde37
Name
Last commit
Last update
..
FriendsPage.tsx Loading commit data...
GamePage.tsx Loading commit data...
HomePage.tsx Loading commit data...
LeaderboardPage.tsx Loading commit data...
LoginPage.tsx Loading commit data...
MatchmakingPage.tsx Loading commit data...
NotFoundPage.tsx Loading commit data...
NotificationsPage.tsx Loading commit data...
PlayPage.tsx Loading commit data...
ProfilePage.tsx Loading commit data...
RegisterPage.tsx Loading commit data...
SettingsPage.tsx Loading commit data...
ShopPage.tsx Loading commit data...
SplashPage.tsx Loading commit data...
TournamentsPage.tsx Loading commit data...