/tictactoe-ai

Unbeatable game of Tic-tac-toe implemented in Java using Minimax algorithm.

Primary LanguageJava

Tic-Tac-Toe

Unbeatable game of Tic-tac-toe implemented in Java using Minimax algorithm.

demo gif here

Instructions

  1. Download the files
  2. Compile everything javac *.java
  3. Run the GUI java TicTacToe