From 7f3519bdf6edc0abfcdc491d5e914964c013b3ef Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Wed, 25 Dec 2024 18:09:04 +0000 Subject: [PATCH] Create README --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README 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