rollbear / magic

Simon made me do it. Let's see what happens.

Home Page:https://twitter.com/TartanLlama/status/1143248368262635521

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build instructions

Either in the root folder or in identity-theft folder, run the following commands:

Linux:

mkdir build 
cd build
cmake -G "Unix Makefiles" ..
cmake --build .

Run with either:

./magic

Or:

./identityTheft

Windows

md build 
cd build
cmake -G "Visual Studio 15 2017" ..
cmake --build .

Run with either:

Debug\magic

Or:

Debug\identityTheft

About

Simon made me do it. Let's see what happens.

https://twitter.com/TartanLlama/status/1143248368262635521

License:The Unlicense


Languages

Language:C++ 58.7%Language:CMake 20.9%Language:HTML 13.9%Language:C 6.5%