Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 887 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 887 Bytes

Dig Dug

Introduction

This is a remake of Dig Dug, an historical game developed in '80s. It is developed in C/C++, using Allegro, a simple cross platform 2D graphic library.

DigDug

Game rules

Source: Wikipedia

The game has the player controlling the titular character of Dig Dug, who must eliminate all of the enemy Pookas and Fygars that roam the underground. Dig Dug can dig through the ground and defeat the enemies by pumping them up with air until they explode. Dig Dug can also cause large rocks to fall onto the enemies, which will award extra points if they are grouped together.

Installation

Open your terminal in the project's root folder and execute this commands:

make
make clean
./digdug

Enjoy it!

Developed by Antonino Agostino (Zane) and Davide Crisafulli