Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tictactoe_enhanced-1.0.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

tictactoe_enhanced-1.0.1-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page