Skip to content

Rickard31/Minimax_TicTacToe_Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Minimax_TicTacToe_Cpp

A simple implementation of Minimax algorithm for TicTacToe

Minimax is an almost unbeatable algorithm for zero-sum games, the idea of which is to calculate the move that leads to winning a game as soon as possible by going through every possible sequence of moves.

About

A simple implementation of TicTacToe minimax algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages