Skip to content

The provided Python code is an implementation of a command-line-based tic-tac-toe game where a AI competes against an AI opponent

Notifications You must be signed in to change notification settings

MohamedNourDerbeli/TicTacToeAI-vs-AI-with-Minimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Tic-Tac-Toe Game: AI vs AI (Minimax Algorithm)

A command-line-based tic-tac-toe game where two AI opponents, Alex and Sam, compete against each other using the minimax algorithm for strategic moves.

Table of Contents

How to Observe

Sit back and observe the AI players (Alex and Sam) compete against each other in a game of tic-tac-toe.

The game continues until one of the AI players wins, or it ends in a draw.

Enjoy observing the AI vs AI tic-tac-toe matches!

Code Overview

  • tic_tac_toe.py: The main Python script containing the game logic.
  • README.md: This file, providing an overview of the project.

Dependencies

The code has no external dependencies beyond Python itself.

Acknowledgments

This project showcases an AI vs AI tic-tac-toe simulation. Both AI players utilize the minimax algorithm to make strategic moves.

About

The provided Python code is an implementation of a command-line-based tic-tac-toe game where a AI competes against an AI opponent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages