Skip to content

An interactive Tic Tac Toe game built using Python and Tkinter, featuring both Player vs Player and Player vs AI modes.

Notifications You must be signed in to change notification settings

Kinginrob/Tic-Tac-Toe-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Tic-Tac-Toe-Game

An interactive Tic Tac Toe game built using Python and Tkinter, featuring both Player vs Player and Player vs AI modes.

Features

  • Two game modes: Player vs Player and Player vs AI

  • Visually appealing game board with custom font and colors

  • Simple and intuitive user interface

  • Intelligent AI opponent that prioritizes winning and blocking the player

  • Reset functionality after each game

Usage

  1. Open a terminal or command prompt in the folder containing the tic_tac_toe.py file.

  2. Run the following command:

python tic_tac_toe.py

  1. The game will start with the main menu, where you can choose between "Player vs Player" and "Player vs AI" modes.

Select a mode, and the Tic Tac Toe game will begin. You can play either against another player or the AI opponent.

After each game, the board will reset automatically, allowing you to play again.

Tic

Tac

About

An interactive Tic Tac Toe game built using Python and Tkinter, featuring both Player vs Player and Player vs AI modes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages