guilhermepo2 / gbgj-1

(nightmare-ish code, look at your own risk) goblin adventures goblin bunker gamejam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gueepo2D Sample Project

Building

  1. Download and install https://cmake.org/ if you don't have it already.
  2. Download the repository git clone --recursive https://github.com/guilhermepo2/gueepo2D-sample.git
  3. Run CMake cmake -Bbuild ., or run it with VSCode or a GUI tool. You can download and manually set SDL2_PATH on CMakeLists.txt on the src/lib/gueepo2D/gueepo2D/engine/ folder, if that's not defined, CMake will download SDL2 2.0.18 automatically.
  4. Open gueepo2D-sample.sln on the build/ folder.

About

(nightmare-ish code, look at your own risk) goblin adventures goblin bunker gamejam

License:MIT License


Languages

Language:C++ 89.9%Language:CMake 10.1%