/drez

Simple chess engine & game implementation written entirely in C

Primary LanguageCGNU General Public License v3.0GPL-3.0

drez (from spanish word for chess: ajedrez)

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

image