forge icon indicating copy to clipboard operation
forge copied to clipboard

Break out main loop step for easier testing and AI dev: now with a feature flag!

Open marthinwurer opened this issue 6 months ago • 3 comments

  • Broke out the main game loop into mainLoopStep() and setupFirstTurn()
  • Added a feature flag in settings to enable it for games
  • Implemented some basic combat tests
  • Ported some SpellAbilityPickerSimulationTests over to simply SpellAbilityPickerTests
  • Added a (currently ignored) game fuzzing test
  • Added some basic combat tests
  • Probably more, I wrote most of this two weeks ago

marthinwurer avatar Aug 19 '24 00:08 marthinwurer