idle_core 0.2.0
idle_core: ^0.2.0 copied to clipboard
Core runtime for idle game development with deterministic ticks, offline progress, and replay.
Changelog #
0.2.0 #
- Use UpgradeRate in determinism tool and document its usage.
- Remove doc folder and move guidance into README.
- Strengthen determinism tool with replay and upgrade actions.
- Remove non-core save/load and RNG demos from idle_core.
- Clarify companion packages and narrow docs to core usage.
- Add save/load and deterministic RNG demos.
- Add determinism check tool script.
- Remove Flutter demo assets to keep package pure Dart focused.
- Expand README/guide with save/load and RNG recipes.
- Expand README and guide with capability demos.
- Add replay demo example showcasing deterministic replay and caps.
- Add manual clock for tests and replays.
- Add offline diagnostics for leftover time and backwards clocks.
- Expand README/guide/example to highlight safe offline patterns.
- Add named-parameter offline helper and last-seen helper.
- Expand docs with safer offline usage tips.
0.1.2 #
- Documentation update.
0.1.1 #
- Documentation update.
0.1.0 #
- Initial release with deterministic tick engine and offline progress.