Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 365 Bytes

File metadata and controls

6 lines (4 loc) · 365 Bytes

ChessEngine

A Chess engine written in Java that using minimax algorithm and alpha beta pruning. The GUI is created using the java swing framework. Following is a screenshot.

Chess screenshot

Simply drag and drop the pieces and the algorithm will generate a move based on the move by the user.