Skip to content

This is a simple Tic-Tac-Toe game built using Python.

Notifications You must be signed in to change notification settings

TGSK07/Tic_Tac_Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Game

Description

This is a simple Tic-Tac-Toe game built using Python's Tkinter module for the graphical user interface (GUI).

Features

  • Interactive Multiplayer GUI game
  • Easy to play
  • Annouce the winner
  • Also added Restart button and back button

Requirements

  • Python 3.x
  • Tkinter (usually included with Python installations)

Note

Make sure that the PNG image for the game icon and the Python file are in the same directory. This is necessary for the custom icon to be displayed correctly.

Files

  • tic_tac_toe.py - The main Python file containing the game code.
  • game_icon.png - The PNG image used as the game icon.

Screenshot

Game Screenshot Game Screenshot Game Screenshot

Future Advancements

  • AI Opponent: Implement an AI opponent using algorithms like Minimax for single-player mode.
  • Score Tracking: Add a feature to track the score of multiple games.
  • Sound Effects: Include sound effects for actions such as placing a mark or winning a game.

Acknowledgments

  • Inspiration from classic Tic-Tac-Toe games.
  • Tkinter documentation for GUI development.

Feel free to modify the content as per your requirements.

Releases

No releases published

Packages

No packages published

Languages