Skip to content

coding challenge: Create an app that can interactively play the game and never lose.

Notifications You must be signed in to change notification settings

adreyer/Tic-Tac-Toe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Play tic tac toe with tictactoe.play(ai_type)
ai_type = 0(default) uses precalualted moves
ai_type = 1 does a minimax search with alpha beta pruning for each move

About

coding challenge: Create an app that can interactively play the game and never lose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%