Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.04 KB

File metadata and controls

34 lines (23 loc) · 1.04 KB

Incaribus

Description

This project provide an example designed with ShipWreck Engine. You follow a little fox and travel around the world to collect all gems.
WARNING: This project may contain experimental feature. Please if an issue occur, report them on the issue tracker.

Compilation

To build the project simply use these commands:

mkdir build ; cd build
cmake -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=[Debug/Release] ..
cmake --build . --target Incaribus --config [Debug/Release]

The output program will be in Incaribus/out/[Debug/Release]/incaribus.exe
PS: Run the game directly from the folder, or resources will not be found.

Asset Pack

In this project we use the awesome Sunny Land asset pack.

Author

Made on our ship with ❤️ \

Guillaume Soisson