|
Hey! I am trying to write an applet, where computer can play Checkers with user. But I have some problems with Artificial Intellect. It should be realized basing on algorithm alfa-beta, but I can`t generate tree of steps. I would be grateful if someone could help me.
I think the most part of job is done..
Here are source of the applet (I think it is quite understandable): http://www.tud.ttu.ee/~t050679/1.rar
Now computer makes random move from list of legal moves. Function alfa-beta = function dynamicAnalize (in this function I need help). In class Engine is made estimated function for steps.
if you hava any questions fill free to ask me.
p.s. I am sorry for mistakes.
|
|
|
|
|
|
|
|