Hi, was wondering if anyone could fill me in some algorithms you guys use for your bots.
The only kinda thing I've actually implemented and have quite a bit of experience with is minimax with alpha beta pruning but I know A* exists and how it works to an extent.
I was wondering if the bots used here use anything else or just some variant of the two?
Thanks,
-soontobebik
- - - Updated - - -
and what is the easiest puzzle (on pp) for a noob to begin with coding on. Right now I have my own mouse movement library and am using code from the OpenForager to detect the client and puzzle.
I also was wondering where I can find things like the puzzle images to make life easier such as finding the width and height of a little piece (I'm sure this has been asked before but I searched on google for a while and couldn't find a directory with actual viewable images).
- - - Updated - - -
Oh yeah and I'm using c++.
The only kinda thing I've actually implemented and have quite a bit of experience with is minimax with alpha beta pruning but I know A* exists and how it works to an extent.
I was wondering if the bots used here use anything else or just some variant of the two?
Thanks,
-soontobebik
- - - Updated - - -
and what is the easiest puzzle (on pp) for a noob to begin with coding on. Right now I have my own mouse movement library and am using code from the OpenForager to detect the client and puzzle.
I also was wondering where I can find things like the puzzle images to make life easier such as finding the width and height of a little piece (I'm sure this has been asked before but I searched on google for a while and couldn't find a directory with actual viewable images).
- - - Updated - - -
Oh yeah and I'm using c++.






Comment