Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 510 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 510 Bytes

gem-raider

A gem raider game written in C++.

Build Dependencies

Build Instructions

If you are using ninja -

mkdir -p build
cd build
cmake -G Ninja ..
ninja

If you are using make -

mkdir -p build
cd build
cmake ..
make

Run

From the project root execute the following command -

./build/gem-raider