Skip to content

A simple Tic-tac-toe game with the GUI and 3 levels of difficulty

License

Notifications You must be signed in to change notification settings

oniani/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-tac-toe

This is an implementation of a simple Tic-tac-toe game with 3 levels of difficulty. It comes with a simple-to-use GUI.

Tic-tac-toe

Algorithm

The best move for a computer is determined by the Minimax algorithm. For a game as simple as 3 X 3 Tic-tac-toe, alpha-beta pruning is not needed, and a simple minimax with memoization is sufficient.

License

MIT License

About

A simple Tic-tac-toe game with the GUI and 3 levels of difficulty

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages