
The aim of the project is to create an application to play Tic Tac Toe with a different types of games:
(the program steps is determined by the method of randomizing of empty spaces on the game field)
(the program steps is determined by artificial intelligence by the method of minimizing the maximum possible losses,
which does not give the player a chance to win)
All results of games with the algorithm are saved to the database and are
displayed on the main page of the application and after the game with the
MiniMax Algorithm is finished.

Leave a Reply