FurtiveLabs - Survival Game Template - C++

The project is built in C++ code in its entirety. It provides a basis for the development of a survival style game, providing a slot-based inventory system, an item creation system, a construction system, and, in relation to the resources that the player can collect, an instance-based interaction system was developed where it calculates which instance has been interacted with and performs an action based on its type.

The project has demonstration resources, in addition, all the code was commented for a better understanding of the flow of the code and a better understanding of the functions and declarations made.