Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.51 KB

README.md

File metadata and controls

68 lines (45 loc) · 1.51 KB

Tic-Tac-Toe with AI


Table of Contents


General information

Tic-Tac-Toe with AI is a desktop application which allows user to play the game with:

  • other person;
  • computer with moves calculated randomly;
  • computer with moves calculated intelligently.

In project I used following algorithm:

Preview


Motivation

App was created in order to expand Java & JavaFX knowladge, learn about Minimax Algorithm and applying it into desktop application.


Used Technologies

  • Java 11
  • JavaFX 15.0.1
  • CSS
  • Git
  • Netbeans 12.0

Application Usage

In order to run application locally you must have installed JRE 8.

  1. Download TicTacToeAI.jar file.

  2. Double click on it or run command:

    java -jar PATH/TicTacToeAI.jar

Screenshots

  • Main page:

  • Message after gameplay:

  • Gameplay information page: