Skip to content

The game uses Minimax algorithm with Alpha-Beta Pruning to make AI-assisted moves. It's a variation of a TicTacToe game on a 4x4 board, where both players use 'X' to make their moves and the first one to draw a full line of 'X' loses. Grade: 5.0/5

Notifications You must be signed in to change notification settings

trt77/TicTacToe-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

About

The game uses Minimax algorithm with Alpha-Beta Pruning to make AI-assisted moves. It's a variation of a TicTacToe game on a 4x4 board, where both players use 'X' to make their moves and the first one to draw a full line of 'X' loses. Grade: 5.0/5

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages