A Given School Project to create a match match up game .
*We built it using C as it was assigned to us. *We chose GTK as our UI thanks to it's flexibility and it's support for GLADE to generate XML files that do all the heavy lifiting for our basic game.
sudo apt install libgtk-3-dev
sudo apt-get install glade
cmake .
make
Preferbly lastest stable version
-> GCC 10.2
sudo ./Match_Match_Up

