Build Instructions for Windows GUI Version on Windows - hyvanmielenpelit/GnollHack GitHub Wiki
Preparation
- Install Visual Studio — Visual Studio Installation for ASCII and Windows GUI Version Development.
- Clone Repository — Clone Repository in Visual Studio.
Build
- Open GnollHack Solution in Visual Studio.
- Install Tile Sets and FMOD Sound Banks
- Choose the x64 solution platform in the menu bar.
- Select Debug as your solution configuration. You can also use Release, when you plan to build a release build.
- Right click on the GnollHackW project and choose Rebuild.
- You should now be able to find GnollHackW.exe at [directory path of your GnollHack repository]\bin\Debug\x64. Double-click on it to play.
Debugging
After building the solution according to the above instructions (using the Debug solution configuration):
- Set GnollHackW as startup project.
- Hit the green Start button to debug the program.