Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Tic-Tac-Toe

A GUI-based Python script for the classic "Tic-Tac-Toe" game!

Details:

Python Version: Python 2.7
GUI framework: Tkinter
Algorithm: minimax
Defaults: Player goes first with cross (X) while the computer plays with noughts (O)

Setup:

  • Exceute sudo apt-get install python-tk in the terminal.
  • Run python tic-tac-toe.py to play the game.

To-Do:

  • Providing the choice of turn to the player.
  • Removing redundant code.