Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 358 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 358 Bytes

Chess-master

Installation

To run chessmaster in ncurses user interface, you must install ncurses cpp library.

Quick start

Compilation is a simple :

make

To run program with default option, use binary :

./chessmaster

or run helper with your option :

./chessmaster --help

Tests

make test
./test.out