• Mahmoud Aglan's avatar
    fix: Ludo board — correct clockwise player order and home positions · 3d0e89de
    Mahmoud Aglan authored
    The player order was wrong — Blue was assigned to Green's position and
    vice versa. On a standard Ludo board going clockwise from Red (top-left):
      Red(TL) → Green(BL) → Yellow(BR) → Blue(TR)
    
    Fixed:
    - COLORS order: red, green, yellow, blue (was red, blue, yellow, green)
    - HOME_BASES: matched to correct corners
    - HOME_COLUMNS: Green enters from left, Blue from right
    - HOME_ENTRY: correct global squares for each player
    - Center triangles: Red(top), Green(left), Yellow(bottom), Blue(right)
    - Home zone drawing: correct corner positions
    - Player panels: top row = Red(TL) + Blue(TR), bottom = Green(BL) + Yellow(BR)
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    3d0e89de
Name
Last commit
Last update
..
auth Loading commit data...
chess Loading commit data...
domino Loading commit data...
ludo Loading commit data...
org Loading commit data...
play Loading commit data...
profile Loading commit data...
puzzles Loading commit data...
rank Loading commit data...
rewards Loading commit data...
shop Loading commit data...
social Loading commit data...