2026年09月02日
体验终极 2048 游戏,包括计时赛、高级主题和零广告! 下载最新版本的2048 1.1,立即享受新功能和更新!
- **Responsive Layout**: Auto-adjusts fonts, cards, and padding on small screens (<360dp) and adds vertical scrolling for low-height devices.
- **Reliable Data Saving**: Upgraded persistence to `@ApplicationScope` so game progress is never lost when closing the app.
- **Performance Boost**: Offloaded DataStore JSON decoding to `Dispatchers.IO` and applied `collectAsStateWithLifecycle()` to save battery.
- **Accurate Timer**: Switched timer to monotonic `System.nanoTime()` for precision.