I hear a lot of people want a dnav bot, I really do, but point is lets build it. I have made a bot or two in the past in both c# and java and for this one i am going to use java because i like it more, also i am testing a new screen searching algorithm that should be very fast aprox 1-2 milliseconds using threads. back to point such as it is the bot will be able to detect pieces incoming, and placed pieces on the circles. It also know which places are open. finally it will be able to detect the end positions to finish the constellation. what i am asking you guys here on bs is to help me build the algorithm to find the best place for pieces. so far i have:
get the falling star, if the star is needed to fill a constellation then it will determine on which level the star is need, if there is an open slot it will attempt to drop it into that slot by turning the upper row unless that will result in the slot filling. if that can happen it will look to break a three of a color not need or already filled. and thats it... if you can make it better or help out or see a problem leave it in the comments!
get the falling star, if the star is needed to fill a constellation then it will determine on which level the star is need, if there is an open slot it will attempt to drop it into that slot by turning the upper row unless that will result in the slot filling. if that can happen it will look to break a three of a color not need or already filled. and thats it... if you can make it better or help out or see a problem leave it in the comments!
Comment