Skip to content

A chess program which supports the chess variants 960, 3-Check, King Of The Hill, as well as the regular game of chess. Full AI implementation using Minimax + alpha-beta pruning, opening tables, and endgame tablebase.

Notifications You must be signed in to change notification settings

Everthings/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

A chess program which supports the chess variants 960, 3-Check, King Of The Hill, as well as the regular game of chess. Full AI implementation using Minimax + alpha-beta pruning, opening tables, and endgame tablebase.

Installation

Download the contents above into a new eclipse java project.

Instructions

Run the Runner class located inside the chess_game folder and enjoy!

Images

alt text alt text

About

A chess program which supports the chess variants 960, 3-Check, King Of The Hill, as well as the regular game of chess. Full AI implementation using Minimax + alpha-beta pruning, opening tables, and endgame tablebase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages