Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 431 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 431 Bytes

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