Describe the solution you'd like
A simple implementation of MiniMax algorithm.
Describe alternatives you've considered
Easy to read implementation using an int array as a representation of a game tree where each element is a leaf node.
Show each decition the algorithm takes on screen.