Skip to content

AI Based Tic Tac Toe written from Scratch in Python. The AI uses the famous min-max algorithm along with pruning. Logical heuristics have also been used to optimise the agent.

Notifications You must be signed in to change notification settings

0110G/AI-Agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

AI-Agents

A Simple AI made to compete with a human player in the tradition X and O game. The AI uses MinMax Algorithm to make next move and uses a Heuristic for optimisation.

About

AI Based Tic Tac Toe written from Scratch in Python. The AI uses the famous min-max algorithm along with pruning. Logical heuristics have also been used to optimise the agent.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages