TowerfallAi / towerfall-ai

A mod that enables AI to play the game TowerFall Ascension.
10 stars 3 forks source link

Add "normal" mode. #3

Open vcanaa opened 11 months ago

vcanaa commented 11 months ago

This mode should allow the game to open in the starting screen and allow all the menu selections. AI would join in as if it was a human player.

This would require one of 2 options on the character selection screen:

a) AI does the selection. b) Offer extra menu controls so the player can make the selections for the AI.

Option (a) requires changes in the menu code and in the api, so the AI knows the state of the menu. 😐

Option (b) is probably easier to implement and could be done with virtually no exposure of source code. 😀