Game Playing Opponents and the Minimax Algorithm

In many games, the goal of the game is to use logic to determine the best possible move at any given point in the game.  You have probably played Tic-Tac-Toe enough times to know that some moves are better or worse for a player to make.  When designing opponents for games like these you can […]

Read More