From 3d356b409005ffeadfc8493dadfec5dc8cd4f4d4 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 10 Jun 2021 13:17:55 +0300 Subject: feat: print chess board to stdout, remove ncurses --- src/config.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/config.h (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..60d60c3 --- /dev/null +++ b/src/config.h @@ -0,0 +1,2 @@ +#define BOARD_SIZE 8 +#define DEFAULT_FEN "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1" -- cgit v1.2.3