This is a project for fun and learning to make a chess game & engine written entirely in C lang. It features a ncurses GUI, and will feature a GTK GUI in the future.
To build:
git clone https://github.com/0xSteeW/drez
cd drez
meson build && cd build
ninja