Skip to content

A tic-tac-toe game with minimax computer strategy and GUI (javafx)

Notifications You must be signed in to change notification settings

mikezzb/TicTacToe-minimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe Minimax

A tic-tac-toe game with minimax computer strategy and GUI (javafx).

To run the game:

./gradlew run

Features

Moves Evaluation (Visualisation)

🔴 (Red): will lose if opponent playing a "perfect game"

🟠 (Orange): will draw if opponent playing a "perfect game"

🟢 (Green): will win if player playing a "perfect game"

About

A tic-tac-toe game with minimax computer strategy and GUI (javafx)

Topics

Resources

Stars

Watchers

Forks

Languages