Escape the University
is a 3D single player stealth game by Manuel T. Schrempf 0920136 and Stefan C. Wilker
0920293 done in the course Computergraphics 2017 on the Technical University of Vienna. Both participants are enrolled in curriulum of 066 935 Medieninformatik.
Build
- Have or buy Windows 8.1+ and an AMD graphics card
- Download and install Virtual Studio 2015 (VS15)
- Make sure C++11 or higher is installed or gets installed with VS15, since VS 15 or higher C++ is not installed with the VS by default
- Download the master branch
- In VS15 set Tools/Options/Debugging/Symbols/Microsoft Symbol Servers to
true
- Right Click on the project escapeTheUniversity
- On the upper left set Configuration to All Configurations
- Enter in Configuration Properties/Debugging/Working directory
$(SolutionDir)
- In VS15 select the build mode
release
or debug
and x86
as platform
- Build the game and play