Skip to content

Open source clone of the game "Where in the world is Carmen San Diego?"

License

Notifications You must be signed in to change notification settings

Ponup/thiefcatcher

Repository files navigation

Dependencies:

  • CMake (3.18 or greater)
  • conan (2.0.9 or greater)
  • C++ 17
  • SDL2
  • SDL2 mixer
  • SDL2 image
  • SDL2 ttf
  • SDL2 gfx
  • sqlite3
  • TinyXML2
  • curl

Cloning the code:

git clone git@github.com:Ponup/thiefcatcher.git
git submodule update --init

How to build

...on Windows:

cmake -G "Visual Studio 14 2015" .

...on Linux/Macos:

pushd Core && conan install . && popd
cmake .
make

If you want to build with debug symbols use:

cmake -DCMAKE_BUILD_TYPE=debug .

How to run

cd Core
bin/ThiefCatcher

About

Open source clone of the game "Where in the world is Carmen San Diego?"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages