• Mahmoud Aglan's avatar
    feat: database-driven data — bots from API, games from game_plugins, config from system_config · ae663aab
    Mahmoud Aglan authored
    - New /api/bots.php: proxies Stockfish API /api/chess/bots with 5min cache
    - New /api/games.php: reads game_plugins table (game list, time controls, config)
    - New /api/config.php: serves system_config (reward amounts, matchmaking, etc.)
    - pages/bots.php: fetches bot list dynamically from API (names, ratings, styles)
    - pages/games.php: renders game grid from game_plugins DB table
    - pages/play.php: populates bot dropdown from API
    - pages/game.php: loads bot name from API instead of hardcoded map
    - pages/home.php: loads reward config from API, bot names for recent games
    - pages/ludo.php: loads difficulty options from game config
    - api/daily-reward.php: reads reward amounts from system_config table
    - analysis.js: fetches bot names from API cache
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    ae663aab
Name
Last commit
Last update
..
404.php Loading commit data...
achievements.php Loading commit data...
admin-theme.php Loading commit data...
analysis.php Loading commit data...
bots.php Loading commit data...
friends.php Loading commit data...
game-live.php Loading commit data...
game.php Loading commit data...
games.php Loading commit data...
home.php Loading commit data...
leaderboard.php Loading commit data...
login.php Loading commit data...
ludo-game.php Loading commit data...
ludo-live.php Loading commit data...
ludo-matchmaking.php Loading commit data...
ludo.php Loading commit data...
matchmaking.php Loading commit data...
notifications.php Loading commit data...
org.php Loading commit data...
orgs.php Loading commit data...
play.php Loading commit data...
profile.php Loading commit data...
puzzles.php Loading commit data...
register.php Loading commit data...
settings.php Loading commit data...
shop.php Loading commit data...
tournament.php Loading commit data...
tournaments.php Loading commit data...