Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 611 Bytes

File metadata and controls

26 lines (19 loc) · 611 Bytes

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!