diff --git a/README b/README new file mode 100644 index 0000000..5f26f43 --- /dev/null +++ b/README @@ -0,0 +1,10 @@ + 2D GAME + +The build is handled with CMake (version 3.10 or later): + + cmake -B build + cmake --build build + +To then run unit tests: + + ctest --test-dir build