Write a README
This commit is contained in:
parent
aaf400d881
commit
ebbaac7db9
13
README
Normal file
13
README
Normal file
@ -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.
|
Loading…
x
Reference in New Issue
Block a user