HusainZafar / tic_tac_toe

Command line tic tac toe with win-loss-draw prediction for every playable box, per move

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe-AI-Tutorial

Install the program from pip using:

pip install tic_tac_toe
  • To run a single player mode, type: (the single player mode is by default)

    tic_tac_toe --mode s
    
  • To run a two player mode, type:

    tic_tac_toe --mode t
    
  • To get help, type:

    tic_tac_toe --help
    

Demo:

IMAGE ALT TEXT

Screenshots:

N|Solid

N|Solid

N|Solid

About

Command line tic tac toe with win-loss-draw prediction for every playable box, per move

License:MIT License


Languages

Language:Python 100.0%