Go Tic-Tac-Toe

This is a simple tic-tac-toe game built with Go. It uses the minimax algorithm to make choices based on the best possible path to winning.

After cloning the repo, run the following command to try the game out:

go build main.go && ./main