Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 344 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 344 Bytes

Simple-Chess-Engine

A simple chess engine and UI using JavaFX and the Minimax Algorithm with Alpha-Beta pruning

This is just the demo engine.

TO-DO :

  • Add ML, DL, Heuristic model
  • Speed-up Engine
  • Allow removed for human player
  • Restarts when game ends, redesign to separate engine and GUI

Requirement :

  • JDK, JAVA SE 11++
  • JAVA FX