Skip to content

fernandochaza/tic-tac-toe

Repository files navigation

Tic Tac Toe Game

A simple implementation of the classic Tic Tac Toe game using Python's Tkinter GUI toolkit.

Installation

Clone this repository to your local machine:

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

Install the dependencies:

pip install -r requirements.txt

Run the game:

python main.py

Usage

The game starts with a randomly selected player's turn. The player can click on a cell to place their mark (either 'X' or 'O'). The game ends when one player has three marks in a row, or when there are no more empty cells on the board.

To restart the game, click the "Restart Game" button.

Contributing

Contributions are welcome! Please submit a pull request with your changes.

Credits

About

Tic Tac Toe game with Python and Tkinter. BS Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages