Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 448 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 448 Bytes

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.