- Add tutorial glow effect to subtly teach the game to new users.
- Keep
has_made_first_movein local storage so that the UI controls are immediately visible if the user loads the application a second time. - Keep
wants_to_download_solverin local storage so that the solver download starts automatically if the user opens the solver menu and they have already downloaded it in a previous session. - Solver timeline improvements:
- add icons
- make the hit area for clicking larger
- prevent text selection from interfering with clicking
- Some bugfixes in the game logic
- Move
ProgressBarrendering tocomponentsmodule and rename it toTimeline.
- Unify
JumpandMovedatatypes - Unify
Solvabilityenum types
- Initial release of webapp & report