Heap is an open-source game clone of the mobile game Stack.
The recommended way to compile the code is to use cmake, which automatically generates project files for your favourite IDE or build system:
git clone https://github.com/Masthiks/Heap.git --recursive
cd Heap
mkdir build
cd build
cmake ..
- SFML : Window creation, rendering and sound