-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Break out main loop step for easier testing and AI dev: now with a feature flag! #5951
base: master
Are you sure you want to change the base?
Conversation
marthinwurer
commented
Aug 19, 2024
- 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
I don't see why no need to have the code duplicated |
Well, I guess this attempt looks less risky than your previous one :p |
This PR has not been updated in a while nad has been marked on stale. Stale PRs will be auto closed |