Skip to content

Implementation of the game of chess with a GUI and an engine featuring alpha-beta-pruning and mini-max search algorithm.

Notifications You must be signed in to change notification settings

Philxy/Chess-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess-Engine

An interactive chess program implemented in JavaFX, featuring an engine.

Key Features

  • Advanced Chess Algorithms: Utilizes depth-first search, mini-max, and alpha-beta pruning to enhance decision-making processes.
  • Graphical User Interface: Provides a simple and intuitive interface.

About

Implementation of the game of chess with a GUI and an engine featuring alpha-beta-pruning and mini-max search algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages