Original Post
Hi, just need a good heuristic for drop four ball game. So that i can have a better evaluation of the board. thanks
Quote:
Original post by RPGeezus
Use the search button at the top of the screen.. Alvaro (I think it was him) had determined a way to tell who should win any given position by examining the board (i.e. no game tree required).
Quote:
Original post by Syntax
I think what jost was talking about is detecting a win/lose condition (correct me if i am wrong) which is needed, but to address your 'heuristic' question, you need to run a search on the search space, effictively by getting the A.I. to simulate the next possible moves..A Heuristic is effectively an estimation or guess on the current state of your world, to hopefully lead the A.I. into making the correct move.
This topic has been locked by a moderator. New replies are not allowed.
GameDev.net uses cookies to ensure you have the best experience on our platform. Learn more