-
Notifications
You must be signed in to change notification settings - Fork 0
Idea generator
adQuid edited this page Nov 15, 2018
·
5 revisions
A strategy game could, in theory, have nearly infinite, nearly identical, possible actions available for a player to do, and even if not Decent AI still would not know what actions exist in your game. To solve this problem the developer is required to implement IdeaGenerator, which spitballs sets of actions that seem reasonable for the AI to try out.