CameronJung / ChopperTankFlak

A simple rock-paper-scissors strategy game
0 stars 0 forks source link

Create a class for keeping track of the units in play #57

Closed CameronJung closed 2 weeks ago

CameronJung commented 2 months ago

Currently, there is only basic handling of the militaries on the board, and this is done by the game manager. To facilitate more complicated analysis of unit composition and better adherence to SOLID principles a new "military manager" class should be created.