Commit Graph

5 Commits

Author SHA1 Message Date
d74ba5bfad Replay: deterministic record & playback (#4)
Add deterministic record/playback for a run.

Recording captures `(seed, config hash, ordered tick-tagged commands)` and re-simulates on playback — no state snapshots. `DotaFactory.exe --replay <file>` re-plays a recorded run view-only with manual speed/pause.

Reviewed-on: #4
Co-authored-by: Malte Langkabel <malte.langkabel@gmail.com>
Co-committed-by: Malte Langkabel <malte.langkabel@gmail.com>
2026-07-01 19:20:08 +00:00
7e0104e9b8 fix config data paths 2026-04-29 21:32:32 +02:00
78f746d352 implement load config on game restart 2026-04-22 22:53:56 +02:00
94123e93d6 implement ui 2026-04-20 20:33:37 +02:00
8b740dfe8e add basic c++ project setup 2026-04-19 10:19:27 +02:00