Boulder Dash is a classic old computer game, which consists of the main character Rockford digging around, collecting the diamonds to reach the exit and avoiding rocks.
This game is reimplemented in C, using the Allegro library, though all sprites and sounds are taken from the original game.
In order to compile the game, you have to download the repository, open the terminal in the folder and enter the "make" command.
To run the game, simply enter ./bdash into your terminal.