-If you for some reason want to play this, all you have to do is put the source files into a folder and run "gcc main.c map.c -o maze".
-DO NOT compile with GCC optimizations. My code currently breaks and will run way too fast if you use any optimization flags.
-You can make custom maps by changing to demo_map array in the source code.