AI game trees!
807607Oct 27 2006 — edited Oct 27 2006Just wondering if anyone could help me please.
I've been asked to create a game tree for a college course in java.
It has to be width 5, and depth 7 at least.
So far i've tried creating nodes with variables to hold a parent, aand a vector of children. But i cant go any furthwer than that because each time i create a node, it overrides the previous one.
Help?! :)