You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,15 @@ PMD-Bot is a botting framework for _Pokémon Mystery Dungeon: Explorers of Sky_.
3
3
4
4
- PMD-Bot is written in [FCEUX Lua](https://tasvideos.github.io/fceux/web/help/fceux.html?LuaScripting.html) and runs on DeSmuME for Windows (Lua scripting is sadly not supported on DeSmuME for Mac/Linux).
5
5
6
+
## How it works
7
+
Broadly, PMD-Bot runs using a three-step process, repeated every turn:
8
+
9
+
1. Detect what's happening in the dungeon by read state information from RAM.
10
+
2. Make decisions on how to act based on the current state.
11
+
3. Make the necessary inputs (including menu navigation) in order to perform whatever action was decided on.
12
+
13
+
For a more detailed discussion, see [Writing a bot](#writing-a-bot).
14
+
6
15
## Dependencies
7
16
-[A modified version of the Jumper library](https://github.com/johanngan/Jumper) for pathfinding.
0 commit comments