Skip to content

noble-ch/Complete-Python-And-Artificial-Intelligence-tik-tak_toe_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Game with AI Opponent

Alt Text

A classic Tic-Tac-Toe game where you can challenge yourself against an AI opponent that leverages the powerful Minimax algorithm for strategic moves.

How to Play

  • The game prompts the player to enter their move as a number from 0 to 8, representing the positions on the board (starting from the top-left corner).
  • The AI opponent, driven by the Minimax algorithm, then calculates its optimal move.
  • The game continues until there's a winner or a tie.

Tech Stack

  • Python
  • Artificial Intelligence (Minimax Algorithm)

Purpose

This project was created as part of the Python and Artificial Intelligence bootcamps offered by Dev Town, providing hands-on experience and learning opportunities.

Feel free to clone and explore this project to enhance your Python and AI skills!


Author: Noble Biru
Bootcamp Completion: Dev Town
Certificate: View Certificate
LinkedIn: LinkedIn Post

Feel free to customize the details with your specific information, and provide links where applicable. Congratulations on your completion! 🚀👨‍💻

About

an AI implemetation of min-max algorithm with python with simple gui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages