Project for the Object Oriented Programming course at the University of Padua.
Simple video game inspired by the Dragon Ball series, done in C++ and Qt.
- C++ compiler
- make, qmake
- Qt framework
-
Clone the repository:
git clone https://github.com/G4utama/DragonBallQ.git -
Compile the code and wait for it to finish:
cd DragonBallQ qmake make -
Run the game:
./DragonBallQ
The program has been tested on Ubuntu, it is not guaranteed to work on other OS


