Skip to content

A Tic Tac Toe game in Python using the tkinter library with "X" and "O" for 2 player gameplay, a 3x3 grid, and dark mode option.

License

Notifications You must be signed in to change notification settings

rayhaangeneral/Tic-Tac-Toe-Game-by-Rayhaan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game by Rayhaan

A Tic Tac Toe game implemented using the tkinter library in Python. This game allows two players to play against each other, with "X" and "O" representing each player. The game includes a 3x3 grid game board, and an option to switch to dark mode.

Demo

Site-Connectivity-Checker-By-Rayhaan

Requirements

  • 'tkinter' library
  • Python 3

Features

  • 2-player Tic Tac Toe game
  • 3x3 grid game board
  • Dark mode option
  • Win or draw notifications
  • New game button
  • Easy to play

Installation and Usage

Installation

  1. Make sure you have Python 3.x installed on your Windows machine. You can download it from the official Python website here.
  2. Clone the repository to your local machine using the following command in your terminal or command prompt:
git clone https://github.com/<username>/tic-tac-toe-game-with-gui-and-dark-mode.git

Usage

  1. Navigate to the directory where the repository was cloned:
cd tic-tac-toe-game-with-gui-and-dark-mode
  1. Run the script by typing the following command:
python tic_tac_toe.py
  1. You should now see the Tic Tac Toe game window open on your screen!
  2. Enjoy!

🔗 Links

portfolio linkedin

License

This project is licensed under the Creative Commons Zero v1.0 Universal License. See LICENSE for details.

Authors

@rayhaangeneral

Support

For support, visit our website http://rayhaangeneral.gq

About