SkillAgentSearch skills...

Thiefcatcher

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

Install / Use

/learn @Ponup/Thiefcatcher
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Dependencies:

  • CMake (3.28 or greater)
  • conan (2.23 or greater)
  • C++ 23
  • SDL2
  • SDL2 mixer
  • SDL2 image
  • SDL2 ttf
  • sqlite3
  • TinyXML2
  • curl

Cloning the code:

git clone git@github.com:Ponup/thiefcatcher.git

How to build

...on Windows:

cmake -G "Visual Studio 17 2022" .

...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
./ThiefCatcher
View on GitHub
GitHub Stars37
CategoryDevelopment
Updated1mo ago
Forks5

Languages

C++

Security Score

95/100

Audited on Feb 9, 2026

No findings