Skip to content

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

Notifications You must be signed in to change notification settings

apb7/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages