You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Unbeatable Bot: Hard level To start this command line game use: start p1 p2 P1: the first parameter p2: the second parameter parameters can be: user, easy, medium and hard To exit use the exit command
Tic-tac-toe-command-line-game-with-AI; An Unbeatable Bot
I have implement the minimax algorithm to make it unbeatable.
Commands to play the game
start [user | easy | medium | hard][user | easy | medium | hard]
to play with bot
start user medium
This indicates that the user (you) will play with a bot whose intelligence level is set to medium.
More information is available on YouTube.
About
An Unbeatable Bot: Hard level To start this command line game use: start p1 p2 P1: the first parameter p2: the second parameter parameters can be: user, easy, medium and hard To exit use the exit command