This is simple project for learning some things on practice.
- Chess core
- Engine
- Chess ui
Chess core has basic logic about chess: chessboard, moves validation, etc.
Engine has basic logic for implement window-based apps.
Chess ui is chess application
mkdir build && cd build && cmake .. && make