From ad583fe1e8e8e4f334821185496dd1e062bd75b1 Mon Sep 17 00:00:00 2001 From: Ole Morud Date: Fri, 10 Jun 2022 14:19:27 +0200 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..40dc748 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ + +## This only prints a chessboard so far + +# Terminal chess +## Compile and run +```sh +make +./chess +```