FCEUX-Lua-Script-Collection icon indicating copy to clipboard operation
FCEUX-Lua-Script-Collection copied to clipboard

2-player bot

Open BillyWM opened this issue 13 years ago • 0 comments

Allow the bot to control one or both players. Simplest version would involve looping over twice and running the same logic for each, simply reading different memory locations.

However, the bot may want to do act different depending on other player. For example, purposely attacking a different target. Cooperation is also required for some special moves.

BillyWM avatar Jul 29 '12 18:07 BillyWM