Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 918 Bytes

File metadata and controls

37 lines (24 loc) · 918 Bytes

Changelog

2025-12-29

User Visible

  • Add tutorial glow effect to subtly teach the game to new users.

2025-12-28

User Visible

  • Keep has_made_first_move in local storage so that the UI controls are immediately visible if the user loads the application a second time.
  • Keep wants_to_download_solver in 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

Internal

  • Move ProgressBar rendering to components module and rename it to Timeline.

2025-12-19

Internal

  • Unify Jump and Move datatypes
  • Unify Solvability enum types

2025-12-14

  • Initial release of webapp & report