Skip to content

Minimax algorithm in a tree structure to play tic tac toe, build in python

Notifications You must be signed in to change notification settings

AvaibleUser/min-max-tree-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exercise to code a min max tree to play tic tac toe

What's the best beginning to learn artificial inteligence?

I don´t know, but why not to try to emulate a very simple "inteligence", what I trying to do is... make a tic tac toe that can confront to the human that is playing using a data structure to hold all the repercutions of every choise it can do to select the one that looks better to do.

About

Minimax algorithm in a tree structure to play tic tac toe, build in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages