Skip to content

A board game developed in java that uses the minimax algorithm with alpha-beta pruning for the AI.

Notifications You must be signed in to change notification settings

miguelgazela/nine-mens-morris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nine Men's Morris Game

The board game implemented in Java with a Swing GUI.

The AI uses the Minimax algorithm with Alpha-Beta pruning to chose the best moves.

Allows multiplayer games across local networks using the Kryonet library.

Screenshots

alt text alt text alt text alt text alt text

About

A board game developed in java that uses the minimax algorithm with alpha-beta pruning for the AI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages