Skip to content
/ Chess Public

Enjoy a casual game of chess against friends and the computer.

Notifications You must be signed in to change notification settings

sherfert/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

A desktop appllication to play chess against one another or against the computer. The application feautues a time constrained modues in PvP, seven computer difficulty settings and two different modes: aggressive and non-aggressive.

Implementation-wise a recursive minimax algorithm with alpha-beta-pruning is used. The algorithm should make use of all available cores via multi-threading.

Use ant build to compile.

The GUI is in German and the source code in a horrible German-Englisch mixture ("Denglisch").

About

Enjoy a casual game of chess against friends and the computer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages