greenstack / spite-framework

The Spite Framework is a C# library meant to simplify designing and implementing turn-based gameplay by providing some boilerplate code.
MIT License
6 stars 0 forks source link

Battle End Condition Builder/Class #47

Closed greenstack closed 1 year ago

greenstack commented 3 years ago

It might be nice to be able to create battle end conditions as a class that can immediately end the battle when the conditions are met in addition to or in place of the current methods. This will require some exploration.