hello
I suppose my main difficulty is that I don’t understand the concept of a “hierarchy” on this 3x3 grid.
I think i can just about get the idea of the principles when faced with a diagram that "looks like" a tree i.e. with Nodes/Leafs etc but am getting horribly confused when trying to adapt it to a game of tic-tac-toe
My ultimate aim is to implement a MiniMax function, perhaps with Alpha/Beta pruning (if i can get that far!) but to start with - and considering the game tree is relatively small - i intend to just seach for all possible moves until the game is over.
Please help me in understanding 3 X 3 grid
Bookmarks