• 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
..
assets/brand Loading commit data...
css Loading commit data...
icons Loading commit data...
js Loading commit data...
uploads/theme Loading commit data...