Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 255 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 255 Bytes

Tic-Tac-Toe

This program implements minimax algorithm to create a unbeatable AI bot at the game of tic-tac-toe. The game can be played between an user(human) and the computer.

The AI bot computation time can be reduce makin use of alpha-beta pruning.