thebmxeur 2021-04-27 13:41
Every code written during ludum dare is ugly and hacky, but if it does what it's suppose to do in a reasonable amount of time, then it was the right code to write.
Maybe you could add a comment at the top of the file with some compile instructions. I tried compiling with MSVC but it didn't work (it doesn't like the array subscript in function parameters), but using clang worked.
Also providing a compiled binary would be nice.