I'm planning out a turn based strategy game and I need a system to hold a list of all the orders a player has given that the computer will execute at the end of the turn.
For example:
→Warrior unit to grid position 12, 17
→Town center build worker
Etc etc.
I’m just not sure how to go about it. Can someone point me in the right direction? (Sorry if it’s a little vague)