ChandlerKenworthy / ChessEngine

Personal project to improve my C++ skills and develop a chess engine that can consistently beat me (I am about ~1500 chess elo).
0 stars 0 forks source link

Upgrade GUI to use a Qt Backend #36

Closed ChandlerKenworthy closed 6 months ago

ChandlerKenworthy commented 6 months ago

Overhauled how the GUI works from the ground up including:-

Improved window rendering in terms of both memory consumption and speed. Draggable pieces to make moves. Clicking and holding on a piece will show you the legal moves that piece has by offering a yellow highlights on targetable squares.