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 +```