Skip to content

A game of tictactoe coded in C++ uses minimax algorithm and also alpha-beta pruning

Notifications You must be signed in to change notification settings

hardiksinghnegi/minimax-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

minimax-tic-tac-toe

A game of tictactoe coded in C++ uses minimax algorithm and also alpha-beta pruning

This game is coded in basic C++ without any STL. This is a single player game. CPU plays it's moves using minimax. It also has alpha-beta pruning concept to improve the processing efficiency of CPU.

About

A game of tictactoe coded in C++ uses minimax algorithm and also alpha-beta pruning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages