Keith1039 / Pygame-RPG

A repository of me trying to make an RPG with a custom game engine with Pygame added in as support.
0 stars 0 forks source link

Pygame-RPG 15.3 Finalizing BattleManager #50

Closed Keith1039 closed 7 months ago

Keith1039 commented 7 months ago

Pygame-RPG 15.3 Finalizing BattleManager

This set of changes revolves around finalizing the BattleManager class in order to begin implementing a battle system. This includes adding new attributes(battleState, heroPos) and editing/creating functions. As a result of these changes, there are also some other related classes that were adjusted to match the changes made to BattleManager. Finally, all the neccesary test files have been updated.

Attributes added:

Functions adjusted:

Other Class Changes:

Other Changes: changes to the init files of packages and some changes to the JSON files and changes to the test files of these classes. Also fixed a small bug in the UIManager class.

Next Steps