Skip to content

mUI Sudoku Showcase - version v1.2

Latest

Choose a tag to compare

@M4iKZ M4iKZ released this 30 Mar 08:03

Release Notes

  • DOM Efficiency: Optimized game-to-UI synchronization. By caching DOM handles in both the SudokuGame core and the SudokuApp animation loop, reduced DOM query overhead during full-board syncs and solver flushes.
  • Unified Engine Integration: Fully migrated all randomization logic to a modernized C++ <random> engine, providing stable and thread-safe gameplay across all solver states.
  • Refined Code Architecture: Consolidated text-processing helpers and purged legacy dead code, resulting in a cleaner codebase.
  • Smoother Animations: Reduced per-frame overhead in the solver flush block for a more responsive UI during rapid cell updates.