Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 605 Bytes

File metadata and controls

18 lines (9 loc) · 605 Bytes

Tic-tac-toe-command-line-game-with-AI; An Unbeatable Bot

Screenshot from 2021-10-08 15-13-29

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.