For Downloading and Playing, please go to PyPI
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
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.