Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 373 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 373 Bytes

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.