Metadata-Version: 2.1
Name: xtictoc
Version: 1.0.0
Summary: This project serves as an educational demonstration of a dependency confusion attack, showcasing the potential risks associated with package management and dependency resolution.
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.

This project serves as an educational demonstration of a dependency confusion attack, showcasing the potential risks associated with package management and dependency resolution.

## 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.

## Disclaimer

This project is intended solely for educational and awareness purposes. It is not meant to encourage or facilitate malicious activities. Developers are encouraged to use the information provided to strengthen their understanding of security best practices.
