I have to implement an intelligent version of Hijara Game in Prolog. You can play the game and learn the rules in the following link: http://www.sapphiregames.com/online/hijara.php
I will use Alpha Beta algorithm (up to certain level of the search tree). This is my first experience with Artificial Intelligence and I don't know how to create the evaluation function to be used by the algorithm. I would appreciate very much if anyone could help me
Thank you!