This is a Tic-Tac-Toe game with an AI opponent using the Alpha-Beta pruning algorithm to optimize move selection. The AI competes against itself in a simulation of 100 games.
- Ensure you have Go installed on your system.
- Clone the repository:
git clone <your-repo-url> cd <your-repo-name>
- Run the game simulation:
go run main.go board.go cpuPlayer.go mark.go position.go
This will execute 100 AI vs. AI games and display the results in the terminal.
Enjoy playing with the AI! 🚀
Written by ChatGPT