Demo: minimax game search algorithm with alpha-beta pruning (using html5, canvas, javascript, css)

Enter the game tree structure: (hint: Insert the game tree structure composed by a list with the number of child nodes for each internal node, ordered by level and left to right)
Enter the game tree terminal values: (hint: Insert the utility values for the game tree terminal/leaf nodes ordered left to right)

Messages:


Your browser does not support HTML5 Canvas!