• Mahmoud Aglan's avatar
    feat: full backgammon overhaul — 60fps game loop, premium canvas, particles, admin branding · 4cf9baa5
    Mahmoud Aglan authored
    - 60fps requestAnimationFrame game loop with dt-based particle physics
    - 3D checkers with radial gradients, specular highlights, drop shadows
    - Wood-grain board texture with gradient triangles and bevel frame
    - Physics-based dice with bounce damping, spin, and staggered animation
    - Arc-based move animations with easeOutBack overshoot
    - Particle burst on hit (red/orange sparks) and bear-off (green stars)
    - Confetti celebration on match win with canvas animation
    - Full multiplayer sync via match-session + server polling
    - Bot AI with animated moves (arc + SFX per piece)
    - Admin branding: 14 board colors + 7 game settings (durations, particles)
    - CSS tokens for all backgammon board colors (--bg-*)
    - Theme.js maps branding values to CSS vars + window.__EL3AB_THEME
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    4cf9baa5
Name
Last commit
Last update
..
audio.js Loading commit data...
bus.js Loading commit data...
canvas.js Loading commit data...
hud.js Loading commit data...
i18n.js Loading commit data...
input.js Loading commit data...
juice.js Loading commit data...
match-live.js Loading commit data...
match-session.js Loading commit data...
match-ui.js Loading commit data...
modal.js Loading commit data...
multiplayer.js Loading commit data...
native-bridge.js Loading commit data...
net.js Loading commit data...
player-panel.js Loading commit data...
realtime.js Loading commit data...
scene.js Loading commit data...
store.js Loading commit data...
theme.js Loading commit data...
tournament-session.js Loading commit data...
tween.js Loading commit data...