项目作者: pranav-ml
项目描述 :
Play tic_tac_toe with an AI opponent!
高级语言: Python
项目地址: git://github.com/pranav-ml/TIC_TAC_TOE_AI.git
TIC_TAC_TOE_AI
Play tic_tac_toe with an AI opponent!
This project uses a minimax algorithm to create an unbeatable ai to play tic tac toe.Player can choose to play first or second only to end the game in a draw at best.