Game Bots in C#: Develop a Tic-Tac-Toe Agent
In this 2 hours guided project, you will discover the art of game development with C# by building a formidable Tic-Tac-Toe agent using the powerful Minimax algorithm. This hands-on project will guide you through the intricacies of game AI development, from understanding the fundamental principles of the Minimax algorithm to implementing it in a practical Tic-Tac-Toe project. To achieve this, you will implement advanced C# techniques and constructs such as recursion, decision trees, and LINQ to represent the game state, explore possible moves, evaluate outcomes, and make optimal decisions. By t…
Watch on Coursera ↗
(saves to browser)
DeepCamp AI