So I'm seeking a bit of input here (obviously). I'm working on a project where they player will command units. He will command usually one unit at a time, but later on will be able to control up to three simultaneously. The battle system is a traditional turn-based battle system using a state machine. Here's where I could use some help...
I'm using a dictionary to store all of the base information for each unit (such as name, race, class, base attack, base defense, etc.). I'm just not quite...
Help Keeping Track of Player's Team
I'm using a dictionary to store all of the base information for each unit (such as name, race, class, base attack, base defense, etc.). I'm just not quite...
Help Keeping Track of Player's Team