SQL Chess
Learn SQL by playing chess — interactive browser game combining chess with SQL query challenges
SQL Chess is an interactive browser game that teaches SQL through chess — game events trigger SQL challenges the player must solve to continue.
Concept
- Play a standard chess game in the browser
- SQL challenges appear at key game events (captures, checks, endgame)
- Solve
SELECT,JOIN,GROUP BY,WHEREqueries to unlock moves - Instant feedback with query validation
Tech Stack
JavaScript · HTML/CSS · SQL · GitHub Pages