Skip to content

Unbeatable-TicTacToe in python with more optimizations and exposure for further usages.

Notifications You must be signed in to change notification settings

SaurabhGoyal/TicTacToe-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe-Python

Unbeatable-TicTacToe in python with more optimizations and exposure for further usages.

  • Used MiniMax to ensure perfect game (No Loss).

  • Added alpha-beta pruning. Greatly reduced number of branches of execution.

  • [IMP] Added maps to cache winners and best-moves for a specific game state. Reduced time hugely.

  • There is an actual Game and a GameManager.

About

Unbeatable-TicTacToe in python with more optimizations and exposure for further usages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages