2024-11-03 19:37:07 +00:00
2024-11-03 19:37:07 +00:00
2024-11-03 21:49:59 +00:00
2024-11-03 21:49:59 +00:00
2024-11-03 19:51:15 +00:00
2024-11-05 00:39:24 +00:00
2024-11-04 00:52:57 +00:00

							  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.
Description
No description provided
Readme 100 KiB
Languages
C 87.8%
CMake 9.7%
Shell 2.5%