Clone of famous commodore 64 game, boulderdash, made in C with SDL2 library.
Level Editor that i made is here.
Arrow keys for movement. R to reset level. P to pause game.
Install the release version and extract the files.
Make the makefile, you don't need anything else installed.
Clone the master branch, make the makefile.
You will need libSDL2, libSDL2-mixer, libSDL2-image, libSDL2-ttf and freetypefont library. In release version you do not need them.
If you run the game using makefile, there will be no problem.
But if you want to run the game without makefile set your LD_LIBRARY_PATH:
export LD_LIBRARY_PATH:$LD_LIBRARY_PATH:./libs