• 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
..
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...