BillyWM / FCEUX-Lua-Script-Collection

Lua scripts for FCEUX (an NES emulator). Multiple games including River City Ransom, Battle Kid
26 stars 3 forks source link

2-player bot #6

Open BillyWM opened 12 years ago

BillyWM commented 12 years ago

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.