Skip to content

GoncaloBranquinho/Smart-Tic-Tac-Toe-Minimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Game

This repository contains a simple implementation of the classic Tic-Tac-Toe game in Python, along with an AI opponent using the minimax algorithm.

Features

• Play Tic-Tac-Toe against the computer.

• The computer opponent uses the minimax algorithm to make optimal moves.

• Supports any board dimension (3x3, 4x4, etc.).