Let’s see how Artificial Intelligence form the core of the Nine Men’s Morris Game.
Continue reading “Algorithms – AI in Nine Men’s Morris Game”
Algorithms – AI behind a Tic-Tac-Toe Game
TicTacToe game can be framed into a typical search problem involving game trees with each node representing a game state (or game position) and each edge representing a move made by a player.
Continue reading “Algorithms – AI behind a Tic-Tac-Toe Game”