Skip to content

igorternyuk/TeJavaChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The chess game implemented using Java. The AI uses MiniMax algorithm with alpha-beta pruning. The game could be player between human and CPU with both colors and also between two humans. It is also possible to play random Fisher chess960. As a GUI used swing library. There are game history panel and taken pieces panel. Possible moves for selected pieces and last move could be highlighted via corresponding checkbox in the settings. CPU search depth also could be adjusted.

image

image

About

The chess game implemented using Java. The AI uses MiniMax algorithm with alpha-beta pruning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages