Skip to content

giubrocchi/tic-tac-toe-alpha-beta-pruning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

tic-tac-toe-alpha-beta-pruning

Tic-Tac-Toe game with alpha beta pruning using the following heuristic:

  • If 3-in-line: +100 score
  • If 2-in-line and one empty space: +10 score
  • If 1-in-line and two empty spaces: +1 score

The score is added for the player and subtracted for the opponent.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages