Today's are to start implementing the planning phase of the game. It will involve these steps:
- Create a Action trait that will act as the ancestor for all the different types of actions a unit can perform
- Create a MoveAction class that implements the Action trait
- Create a way to add actions to units
- Create a way for actions to be executed
No comments:
Post a Comment