/Dig-Dug-C-Game

A clone of the Dig Dug Arcade Game using C++ & SFML

Primary LanguageHTML

"# Dig-Dug-C-Game"

This is a clone of the Dig Dug Arcade game made by Namco. It is coded using C++ and makes use of the SFML graphics library.

The folders are arranged as follows:

(1) docs: Contains doxygen files and a technical report of the code

(2) executables: The game can be run through the .exe files, as well as, the unit tests

(3) game-source-code: Contains all the C++ source code for the game

(4) test-source-code: Contains all the unit tests conducted