from terminal:
cd into src, then compile with:
javac -cp . com/tic/franklin/*.java
then run with:
java -cp . com/tic/franklin/Main
A Smart Tic Tac Toe game with Minimax AI
Understanding the MiniMax Algorithm (the best resource in my opinion) http://neverstopbuilding.com/minimax
Wikipedia https://en.wikipedia.org/wiki/Minimax