Skip to content

Play Tic-tac-toe with toy AI implemented with MCT search

Notifications You must be signed in to change notification settings

BillECU/Tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-tac-toe

AI that plays tic-tac-toe.

Algorithm: MCT search.

You can choose to play first or second hand againest the AI.

Requirements: IDEs that can run python code

The gameboard looks as follows.

1 2 3

4 5 6

7 8 9

If you choose to play first and choose 1, the gameboard will be

O 2 3

4 5 6

7 8 9

Hope you have a good time with my toy AI "_"

Demo

. .

About

Play Tic-tac-toe with toy AI implemented with MCT search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages