Skip to main content

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.

Installation

pip install zttt

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

zttt-1.0.2.tar.gz (22.3 kB view hashes)

Uploaded Source

Built Distribution

zttt-1.0.2-py3-none-any.whl (12.1 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