Skip to main content

A game of Tic Tac Toe, that you may RARELY WIN

Project description

TicTacToe2

TicTacToe1

For detailed Information, Issues, Comments, Please go to GitHub

Installation

Please Note :- Requires Python Version 3.x

If there are 2 or more versions of Python installed in your system (which mostly occurs in UNIX/Linux systems) then please run any one of the commands in the BASH/ZSH Shell :-

pip3 install TicTacToe3
python3 -m pip install TicTacToe3

If there is only Python 3.x installed in your system like in Windows systems then please run any one of commands in the Command Prompt :-

pip install TicTacToe3
python -m pip install TicTacToe3

Quick Guide

Please Read till the END

  • Import it using import TicTacToe3 as T3.

  • Play the Game using T3.play().

    • Everytime the Game Finishes it records the Output and computes the probability in Real-time.

      • The computed Probability is shown at the end of every Game.

      • To explicitly view the stats use T3.showProbability().

  • It automatically creates a log of the Game that you played, in case of future reference.

    • The log is stored in the Directory viz. 'Python TicTacToe3 Logs' in the Home Directory.

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

TicTacToe3-0.1.1.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

TicTacToe3-0.1.1-py3-none-any.whl (7.5 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