Subterfuge-Revived / Remake-Core

Core repository that holds all game logic for both front end rendering and back end validation.
Creative Commons Zero v1.0 Universal
39 stars 24 forks source link

Rework combat system #22

Closed QuinnBast closed 3 years ago

QuinnBast commented 4 years ago

Combat is currently very clunky and each possible action that can occur within combat has a complex reversal to undo all of the forward logic. The combat system should be further broken down into smaller individual reversible components that handle each part of the combat phase instead of one large reversible component.