A Tic Tac Toe game where you can define game size.
Project description
TicTacToe Enhanced
TicTacToeEnhanced is a Python package that provides functionality for playing the old classic Tic Tac Toe game.
The library allows you to play any size 3x3 4x4 10x10 or even 100x100 if you have a big enough screen
The default size is 3x3
Installation
You can install TicTacToeEnhanced using pip:
pip install tictactoe_enhanced
Usage
Encoding
from tictactoe_enhanced import TicTacToe
game = TicTacToe(size=4)
game.play_game()
Enjoy :)
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request on GitHub.
License
This project is licensed under the MIT License
You can now copy this code and use it as your README.md file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tictactoe_enhanced-1.0.1.tar.gz
.
File metadata
- Download URL: tictactoe_enhanced-1.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 091015306167a3e9feae95880249c7b8958aea20886aacb6fbb4dbc167b19607 |
|
MD5 | c406f9a0c6927144b8fbe8c4edafd6d3 |
|
BLAKE2b-256 | ac4639a1ab63a4a0be144dec1287caf49794bd1844e0e638bf2628acffc6caf6 |
Provenance
File details
Details for the file tictactoe_enhanced-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: tictactoe_enhanced-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cb707320753cd7090421e882e86d4b251edb621b595920dc204f8cb3ba31878 |
|
MD5 | a1bd86346ccf53d602ad08430b59ac10 |
|
BLAKE2b-256 | 02a8d857ec428e9c29197eddd813fdc8d7456a420fb4eb93f4acb05a420c73cc |