Skip to content

5x5 tic tac toe game written in Java using JavaFX for GUI and minimax algorithm for computer moves

Notifications You must be signed in to change notification settings

Domnyk/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

Description

Tic tac toe game on 5x5 board. Written in Java using JavaFX for GUI and minimax algorithm with alpha beta pruning for computer moves

Requirements

  • JDK >= 1.8

How to build

Launch commands below from this directory

Windows

gradlew.bat jfxJar
java -jar  ./build/jfx/app/TicTacToe.jar

Linux & MacOS

./gradlew jfxJar
java -jar  ./build/jfx/app/TicTacToe.jar

About

5x5 tic tac toe game written in Java using JavaFX for GUI and minimax algorithm for computer moves

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages