Tic-Tac-Toe AI Project
Tic-Tac-Toe is a very popular game in the developer community. In a basic Tic-Tac-Toe game, there are various players in the command line. There the developers will learn how to work with Python’s time and math modules as well as get continued practice with nested if statements. In an AI project, the computer never losses the game. This project utilizes the minimax algorithm which is a recursive algorithm used for decision-making.
86
127 reads
CURATED BY
FROM THE ARTICLE