Skip to content

csakilan/TicTacToeAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Unbeatable Tic Tac Toe

Features

  • Unbeatable AI: The AI opponent is designed to never lose. MINIMAX with ALPHA BETA PRUNING

  • GUI: The game uses Tkinter for the GUI, making it easy to interact with.

Installation

  1. Clone the repo:

    git clone https://github.com/yourusername/tic-tac-toe-ai.git
    cd tic-tac-toe-ai
    
  2. Make sure to Install Tkinter:

    sudo apt-get install python3-tk
    
  3. Run the game:

    python3 tic_tac_toe.py

Feel free to reach out if you have any questions or suggestions. Happy coding!

About

TIc Tac Toe with MiniMax algorithm and later adding alpha beta pruning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages