3D adventure game made with c++ and OpenGL
You need to have on your computer Visual Studio 2012 Express or better, either Eclipse will be fine. Also you need assimp, FreeImage, GLFW, GLM. This libraries are included into project to help you better!
Project Properties -> Configuration Properties -> Include Directories:
Project Properties -> Configuration Properties -> Library Directories:
Project Properties -> Configuration Properties -> C/C++ -> Preprocessor: GLFW_BUILD_DLL;SOIL;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
Project Properties -> Configuration Properties -> Linker -> Input: opengl32.lib;glu32.lib;glut32.lib;glfw3dll.lib;glew32.lib;glew32mx.lib;FreeImage.lib;SOIL.lib;assimp.lib;%(AdditionalDependencies)
DLLs: freeglut.dll, FreeImage.dll, glew32.dll, glew32d.dll, SOIL.dll, glew32mx.dll, GLFW.dll, glut32.dll,