a quick implementation of the minimax algorithm for 2 player games (here, tic-tac-toe)
picks moves that minimizes potential score for player, but maximizes potential score for bot
as a result, the bot will draw at worst

New Game