- Store each level set's latest password separately [#47]
- Update for 2024 (Vite bundler + lots of updates!) [#42]
- Add Playwright tests [#46]
- Add basic editor, very WIP [#45]
- Forms around popups for better accessibility [#29]
- Mobile pan doesn't work anymore [#34]
- Offline capabilities with serviceWorker and AppCache using offline-plugin [#12]
Full release! No outstanding bugs, all basic features available!
- Save current level in localStorage for later refresh! [#15]
- Fix bug for block [#16]
- Fireworks animation on level and set finished! [#27]
- Children's tutorial levels
- Allow entering a password to go back to a level.
- Use Material Design Lite for better mobile experience!
- Use Material Design Snackbar to show messages instead of ugly alert! (#19 by @olafleur)
- Display levels on top of canvas (#14)
- Better controls for mobile (#3)
- Cache busting for CSS files using webpack and node-sass.
- Mobile responsive canvas, uses screen width and paning to give a better mobile experience.
- Load any level file (local or remote) ** Thanks to @olafleur!
- Levels extracted to JSON file.
- Large buttons for better mobile experience.
- Actual working touch events for mobile! Includes reset button!
- Add reset functionality.
- All basic levels!
- Touch events for mobile (untested!)
- Change parser to symbols instead of numbers.
- Can go through door! DEAR GAWD.
- Basic first level. Can't use the door yet.