Metadata-Version: 2.1
Name: xtictoc
Version: 1.0.2
Summary: Welcome to Xtictoc, a simple console-based Tic-Tac-Toe (XO) game in Python.
Author: Wation
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# Xtictoc (Tic-Tac-Toe) Game

Welcome to Xtictoc, a simple console-based Tic-Tac-Toe (XO) game in Python.

## Installation

You can install the game using `pip`:

```bash
pip install xtictoc
```

## How to Play

To start the game, open a terminal and run:

```bash
xtictoc
```

Follow the prompts to make your moves and enjoy playing Tic-Tac-Toe against a bot opponent.

## Development

If you'd like to contribute to the development of this game or explore the source code, feel free to check out the GitHub repository.

## License

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