Skip to content

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

License

Notifications You must be signed in to change notification settings

HusainZafar/tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages