Skip to content

AlexPetrusca/game-ais

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minimax Game AIs

  • Connect Four:
    • Minimax algorithm + alpha-beta pruning
    • Heuristic that values moves which lead to more future 3-in-a-row and 4-in-a-row scenarios to optimize AI
  • Checkers:
    • Minimax algorithm + alpha-beta pruning
    • Heuristic that accounts for the value of each piece and its position on the board to optimize AI
  • Twenty-One:
    • Looks ahead to the end of the game

About

Collection of minimax AIs for the popular turn-based games: Connect Four, Checkers, and Twenty-One

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages