Skip to content

ShadowDeveloper/LearnToMinimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LearnToMinimax

A minimax-based Tic-Tac-Toe AI. It was made with the intent to show the innerworks of minimax. Code can be found in main.py and tttlib.py, although the actual minimax algorithm is in the former.

Features

  • Text-based display
  • Colored text for ease of use
  • Frustratingly unbeatable AI
  • Alpha-beta pruning
  • Clean and simple code designed to be studied

About

A minimax-based Tic-Tac-Toe AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages