This is a tic-tac-toe game with a smart computer AI. The AI is created using minimax algorithm
- Clone the repo
git clone https://github.com/mrx7355608/minimax-tictactoe-ai
- Open the one and only python file
- Run it
- That's pretty much it xd
- Throw error if user tries to make a move on occupied box
- Clean and refactor code
- Add three or maybe four different levels of difficulties
- Add GUI if possible
- Improve this AI using alpha-beta pruning