Skip to content

Simple Connect-4 AI player based on MCTS and MiniMax algorithms

Notifications You must be signed in to change notification settings

fra98/connect-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Connect-4

Simple AI that plays Connect-4.

Techniques used:

Minimax

  • Static open plays for first/second/third move
  • MiniMax with Alpha-Beta Pruning
  • Optimization on exploration order to obtain more pruning

MCTS

  • Static open plays for first/second/third move
  • Montecarlo Tree Research

Game modes:

  • Human vs AI
  • AI vs AI

About

Simple Connect-4 AI player based on MCTS and MiniMax algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published