Metadata-Version: 2.1
Name: STTT
Version: 1.0.0
Summary: CLI implementation of the game "Super Tic Tac Toe" written in python
Home-page: https://github.com/Zamiul-rashid/Super-Tic-Tac-Toe
License: MIT
Author: Zamiul, Proyas
Author-email: zamiulrashid1@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# Super Tic Tac Toe Console Game

This Python console-based game offers a twist on the classic Tic Tac Toe by introducing Super Tic Tac Toe. The game is played on a larger grid consisting of nine smaller Tic Tac Toe boards, creating an engaging and strategic gameplay experience.

## How to Play

- **Installation**: Ensure Python 3.x is installed on your system.
- **Run the Game**: Execute the Python script `super_tic_tac_toe.py`.
- **Gameplay**: Players take turns placing their 'X' or 'O' markers in the local boards, aiming to win three boards in a row horizontally, vertically, or diagonally to claim victory.

## Features

- Implemented in Python for console-based interaction.
- Provides a challenging gameplay experience requiring strategic moves to win.
- Follows the rules of Super Tic Tac Toe for an engaging and enjoyable gaming session.

Enjoy playing Super Tic Tac Toe! For any inquiries or issues, contact the developer at [zamiulrashid1@gmail.com , abyashrirproyas@gmail.com](mailto:zamiulrashid1@gmail.com,mailto:abyashrirproyas@gmail.com).

