Skip to content

Python-based Tic-Tac-Toe game that implements the minimax algorithm.

Notifications You must be signed in to change notification settings

negreacristian/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

TicTacToe

This TicTacToe game is implemented in Python and employs the minimax algorithm to power its AI.

Features

  • Single Player Mode: Play against a computer with AI powered by the minimax algorithm.

  • Simple Tkinter Interface: Easy-to-use command line interface for a seamless gaming experience.

How to Play

  1. Clone the repository to your local machine. 🔧
  2. Run the script using Python. 🔨
  3. Choose X or 0 ( X is first always). 🤔
  4. Have fun! 😄

About

Python-based Tic-Tac-Toe game that implements the minimax algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages