Skip to content

Jochengehtab/TicTacToeAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe AI

TicTacToe AI is, as the name indicates, an AI that can play TicTacToe.
It comes with a built-in GUI where you can play against it. To make the game there is also an MNK approach build inside the Board representation

Features

Unlike other TicTacToe algorithm that uses a simple minimax algorithm, this project uses a Negamax algorithm with a PV-Search.

Unit Tests

There are also Unit test included to verify that the board and search work, probably.

About

Java TicTacToe Engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages