← Back to News & Releases
v1.4.1

Codebase Refactoring &
Universal Bottom Navigation

A maintenance update focusing on modular project architecture and seamless platform navigation across all games and pages.

September 2026

  • 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.
  • 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.
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.