Skip to content

Single and double player graphical chess game in Racket language

Notifications You must be signed in to change notification settings

kgoyal98/Chess-Classic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess-Classic

The classic game of chess with single-player mode against self-developed artificially intelligent agent. The AI uses minimax-algorithm along with alpha-beta prunning and various other optimizations. The board heuristics used is a weighted combination of piece-value, mobility and other factors.

Instructions for Running the Game


  • Clone this repository
  • Install DrRacket
  • Open run.rkt in DrRacket and run it.

About

Single and double player graphical chess game in Racket language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages