From ebbaac7db9bd074f520b996a2b6890d7437c319e Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Mon, 4 Nov 2024 00:52:08 +0000 Subject: [PATCH] Write a README --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..aa7f7ea --- /dev/null +++ b/README @@ -0,0 +1,13 @@ + MAZE THING + +I fancied making something nice and a bit graphical, decided on a maze +generator/solver as it seemed fun and chill. The build is handled +with CMake: + + cmake -B build # Configure build + cmake --build build # Build + build/maze-thing # Run + +I use Clang but the code is ISO C11 so it should work with other +compilers. Dependency-wise, it should only need the Xlib libraries +and headers.