SQL training game written in Javascript
- Tasks and books can be configured via
.taskand.bookfiles. - For translating into more languages, add a
/i18n/<lang>.js,/books/<lang>/Book-<>.bookfiles and/tasks/<lang>/Task-<>.taskfiles, as well as an option tolanguage-selectorelement inindex.html - Progression can be configured in
/tasks/progression.js - Editors for books, tasks and progression can be found from
/editors.html
Extra information:
- Place all files to a webserver so that
index.htmlis loaded from some address. - Prevent access to
editors.htmlif you don't want students who find it to read tasks and books ahead of time.
- sql.js SQLite compiled to wasm
- canvas confetti JS Confetti cannon
- Bootstrap 4 HTML, CSS & JS toolkit
- Font Awesome 5 SVG icons
- RealFaviconGenerator Favicon from image generator
- Dygraphs Line graphing library
- Public domain or CC0 asset creators
- pllk/sqltrainer