Skip to content

M-Kalanithi-14/TicTacToe-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tictactoe2

tictactoe1

For Downloading and Playing, please go to PyPI

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 Home Directory.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages