• Mahmoud Aglan's avatar
    fix: Ludo board completely rewritten to match standard layout · fda0afc5
    Mahmoud Aglan authored
    Standard Ludo board: Green(TL), Yellow(TR), Red(BL), Blue(BR)
    Player order: 0=Red(BL), 1=Green(TL), 2=Yellow(TR), 3=Blue(BR)
    
    Path is now CLOCKWISE:
    - Red enters from bottom center going UP
    - Green enters from left center going RIGHT
    - Yellow enters from top center going DOWN
    - Blue enters from right center going LEFT
    
    All positions recalculated from scratch:
    - SHARED_PATH: 52 squares going clockwise matching reference image
    - HOME_COLUMNS: each player's 6-square run toward center
    - HOME_BASES: pieces start in correct corners
    - START_SQUARES: [0, 13, 26, 39] with correct global positions
    - Center triangles: point toward center from each player's side
    - Home zones: correct corner colors
    - Panel positions: match board layout spatially
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    fda0afc5
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...