Skip to content

nikhiljangra264/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

A classic Tic-Tac-Toe game with a graphical user interface (GUI) implemented in Python using the Tkinter library.

Tic-Tac-Toe Screenshot

Tic-Tac-Toe Screenshot

Table of Contents

Overview

This project is a simple implementation of the classic Tic-Tac-Toe game. It allows you to play against another player (Player vs. Player) or against the computer (Player vs. Computer). The computer player has adjustable difficulty levels (Easy, Medium, Hard).

Features

  • Player vs. Player (PvP) and Player vs. Computer (PvC) modes.
  • Adjustable computer player difficulty levels.
  • Reset the game at any time.
  • Clear and intuitive user interface.

Getting Started

Prerequisites

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

Installation

  1. Clone this repository:

    git clone https://github.com/yourusername/tic-tac-toe.git
    cd tic-tac-toe

Usage

Run the game:

python main.py

Contributing

Contributions are welcome! To contribute to this project:

Fork the repository.

Create a new branch for your feature or bug fix:

git checkout -b feature-name
git commit -m 'Add some feature'
git push origin feature-name

License

This project is licensed under the MIT License - see the LICENSE file for details.

contact

If you have questions or feedback, feel free to contact the author:

NIKHIL

email

Github

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages