axazol
New Member
- Joined
- Jun 27, 2010
- Messages
- 308
- Reaction score
- 8
This because of how the program interacts with the game (linear action integration)?All of our bots can be assumed to be single-threaded. We run a few threads (Such as a GUI thread, and a logging thread) on top of our normal bot thread. These are only to aid in responsiveness. There's not multithreading beyond that however.