/srh_dungeon_crawler

Reference implementation for a roque like game presented during one of my lectures.

Primary LanguageC++

About

This project is a reference implementation for the "Software Development" lecture at my university. At the time I developed this project I was the responsible tutor for the lecture.

The assignment was about developing a roque like 2D dungeon crawler in C/C++ using GDI and the Win32 API.

Screenshots

dungeon_crawler_1.png dungeon_crawler_2.png

How to build

The project doesn't come with prebuild binaries, however the project is trivial to build using Visual Studio. Project files for Visual Studio 2010 are included in this repository.