Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 199 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 199 Bytes

OpenPokemonTCG

Screenshot

Build

sudo vcpkg install glfw3 glm boost stb imgui[bindings] spdlog cpp-httplib nlohmann-json
mkdir build
cd build
cmake ..
make