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

Merge feature/BoardGUI into branch main #3

Closed ChandlerKenworthy closed 9 months ago

ChandlerKenworthy commented 9 months ago

Add GUI to display current board. Updates after each move. Includes rank and file numbering to help the user.