Simple, Standalone Tic Tac Toe Library
Project description
Tic Tac Toe is a famous game in which two players take turns placing a mark on a 3x3 grid. The first player to get three in a row wins.
The module is a standalone implementation of the game TicTacToe providing functionality to keep track of the game’s state and to make moves.
Features
Standalone implementation of the game Tic Tac Toe.
Provides a way to customise move triggers and access state variables.
Comes with an engine with near perfect moves.
Written in Python from scratch and does not require any external libraries.
Can be integrated into a larger project, with very little effort.
Throws custom-built errors making it easy to debug and handle errors.
Links
Installation
pip install zttt
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 zttt-1.0.1.tar.gz
.
File metadata
- Download URL: zttt-1.0.1.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.10 Linux/5.13.0-52-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cff145dc7dc6b83794ead4fc3cff9c725f305cf4e92581eda9fa82d9ce6b27b3 |
|
MD5 | 265794fa161023835179f9c4e9c2bd8d |
|
BLAKE2b-256 | 33bc98bd0bfd4c704f9d0ef70346f403bb24cba8ae73fe28e23654f493aa453a |
File details
Details for the file zttt-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: zttt-1.0.1-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.10 Linux/5.13.0-52-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | adeebd1b58d5242c71d8d276c15e7dab7e4333034b3a3bd18ab1bdeb90922759 |
|
MD5 | 6eeba33546e75e753a225a1c3422f23e |
|
BLAKE2b-256 | 09a4de43762f3ed6031e6d4f66c5f958e3992847ff1904363ed69249fc7eb083 |