Create README

This commit is contained in:
Camden Dixie O'Brien 2024-12-25 18:09:04 +00:00
parent ad798ec0be
commit 7f3519bdf6

10
README Normal file
View File

@ -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