Skip to content

Implementation of minimax and alphabeta algo for connect 4 game

Notifications You must be signed in to change notification settings

mrenou/connect4-minimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The aim of this project is to demonstrate use of algorithms minimax and alpha-beta.

Modules :
* connect4 : main module wich implements the game connect4
* minimax-tools : set of classes used by some players to implements minimax and alphabeta
* players-test : module to test players (deprecated)
* players : example of player implementations
* ui : swing ui to player with player or use tournament mode

There are tow other projects in branches connect4-player and connect4-player-solution to learn how implements algorithms and heuristic like a work practice and its solution.

About

Implementation of minimax and alphabeta algo for connect 4 game

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages