Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 326 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 326 Bytes

MinMaxTicTacToe

A tictactoe ai using the minMax algo.

Containing both a tic tac toe game and to play agains ai.

The ai version is implemented using the min-max algo and should always win or end in a draw.

Menu Game

Setup

  • Clone repo and run mvn install
  • Run mvn javafx:run