I made this game as University project during my bachelor at Politecnico di Milano, Italy, in AA 2014/2015 for the course "Fondamenti di Informatica" (Fundaments of Informatics).
Made with Qt Creator and QtGui libraries.
This is the first programming course I have taken in my life, so this program may have lots of bad practices and bugs :)
(Sorry for the Comic Sans 😅)
Requires QtGui libraries.
E.g. in Ubuntu install the following:
sudo apt-get install qt5-qmake qtmultimedia5-dev qtbase5-dev qtbase5-dev-tools libqt5svg5-dev libqt5webenginewidgets5 libqt5webchannel5-dev qtwebengine5-dev
Run qmake
and then make
Run the executable: ./CandyCrushGui
You can also import the project into QtCreator and build from there.
Enjoy!