Skip to content

A game of Tic-Tac-Toe. Difficulty level: unbeatable.

Notifications You must be signed in to change notification settings

CodingRadish/Tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-tac-toe

A game of Tic-Tac-Toe. Difficulty level: unbeatable.

Details

Playing around with AI. I implemented a basic tic-tac-toe game using Python that can be played against an AI player via the terminal.

AI

Implemented AI algorithm: MiniMax.

My algorithm implementation was based on a suggested MiniMax approach which is nicely ilustrated by alialaa.

Sample Image

About

A game of Tic-Tac-Toe. Difficulty level: unbeatable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages