This repository contains an object-oriented Java implementation of the classic arcade game Dig-Dug. The game features multiple levels with increasing difficulty.
- Java Development Kit (JDK) installed on your machine.
-
Clone the repository:
git clone https://github.com/pooriababaei/Dig-Dug.git cd Dig-Dug
-
Compile the game files:
javac *.java
-
Run the game:
java DigDug