✦
New
-
Added a persistent universal bottom navigation bar displaying the current version status and site links.
-
Added adaptive page padding dynamically reserving space for sticky footer elements across mobile and desktop interfaces.
↗
Changed / Refactored
-
Extracted inline CSS into dedicated stylesheet files (`style.css`) for every game and sub-page.
-
Extracted inline JavaScript into external script files (`script.js`) to decouple logical execution from HTML structure.
-
Streamlined HTML structure across games for improved browser parsing speed and maintenance efficiency.
◎
Why this update?
Maintainability and global UI consistency.
As the project library grew, keeping styles and logic embedded within individual HTML files became difficult to maintain. v1.4.1 organizes the codebase into modular external resources and guarantees a uniform user interface with unified bottom bar navigation.