
A terminal-based SQL game to learn and practice SQL — you can also submit and play your own custom games
SQLsaga — a terminal game for learning SQL through mystery stories
Built a terminal game where you learn SQL by solving mysteries — write real queries to dig up clues and crack the case.
Upload Story — submit your own mystery as a JSON file and play it right inside the game. Build your own case, your own dataset, teach whatever concept you want.
Open source, contributions welcome.
Repo: https://github.com/bogusdeck/SQLsaga
Can play by just doing
brew install sqlsaga or sudo apt-get install sqlsaga
Would love feedback, and if you make a custom story, share it 🙂 (make sure its in the right format according to the guide available inside the repo)