Skip to content

Debdeep1998/1p-vs-CPU-Tic-Tac-Toe-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

The game has been designed and implemented using minimax algorithm,a deterministic backtracking algorithm which enables the computer to figure out the best possible moves(the game will either result in a draw or a sure victory for the bot(computer)in this case).It works based on a backtracking approach which chooses an appropriate move for the computer by probing through all possible game states at each stage of the game,or after each player input. Improvements and Optimizations are most welcome.Thank you.

Releases

No releases published

Packages

No packages published

Languages