Commit Graph

7 Commits

Author SHA1 Message Date
90f27bb26d
Fix bug when reverting to turn 1 in recursive mode 2024-03-17 11:16:04 +01:00
191e74e45f
Use C++17 to support older compilers 2024-01-14 18:04:27 +01:00
35b78cb4db
Implement option to list all actions in replay 2024-01-12 23:21:58 +01:00
ea881c5e6a
reformat code 2023-11-16 16:20:04 +01:00
bdc65411ae
simplify types 2023-11-15 23:23:21 +01:00
6e0e88b97a
clean up imports 2023-11-15 23:07:39 +01:00
3244213daa
Split GameState into multiple files
This now allows to import a light-weight header containing
the abstract interface separately from the templated header
that manages the actual backtracking, thus speeding up compilation.
2023-11-15 22:58:09 +01:00