006fix / Game_Coding_Challenge

0 stars 0 forks source link

No output of all actions for later AI review #9

Open 006fix opened 2 years ago

006fix commented 2 years ago

To provide training for AIs, we require a full output of every single AI, and the action it took at that point in time.

006fix commented 2 years ago

Would this also require a leaderboard update?

006fix commented 2 years ago

partially complete - dictionary made that records the buildings built, in order

extension would need to be made to create another dictionary which would essentially store present state of the village at that point in time - some work to be done, but framework is in place