Skip to content

singalhimanshu/gem-raider

Repository files navigation

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

About

A tile-based puzzle game written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published