Skip to content

A simple implementation of negamax algorithm with alpha-beta pruning for tic-tac-toe game. Should be unbeatable.

License

Notifications You must be signed in to change notification settings

adrzystek/TicTacToeAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just for fun & learning.

A simple implementation of negamax algorithm with alpha-beta pruning for tic-tac-toe game.

There is a script scripts/play.py which enables playing the game with a computer. Some further checks for user input should be added.

About

A simple implementation of negamax algorithm with alpha-beta pruning for tic-tac-toe game. Should be unbeatable.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages