Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 455 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 455 Bytes

Heap

Heap is an open-source game clone of the mobile game Stack.

How to compile

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 ..

Used Libraries

  • SFML : Window creation, rendering and sound