This is a very basic dungeon crawler game I made for my Intro to Computing project. This game is inspired by Legend of Zelda.
This game is written in C++ and uses SDL 2.
$ sudo apt-get install libsdl2-dev
$ sudo apt-get install libsdl2-image-dev
$ sudo apt-get install libsdl2-ttf-dev
For other OS and environments, visit Lazy Foo' Productions - Hello SDL
$ make
$ ./ruinsescapade
After finishing, you can run
$ make clean
to cleanup the installation
I can rightfully claim all of the code written in the project as my own. However, the images I have used for incorporating graphics do not belong to me. All images and sprites used belong to their rightful owners.
-
Link (Beowulf) Sprite Sheet
Obtained from: NickBriz (Date: 10-20-2016)
The image belongs to the rightful owners -
Tiles Sprite Sheet
Obtained from: MODDB (Date: 10-20-2016)
The image belongs to the rightful owners -
Key Sprite Sheet
Obtained from: Bulbagarden (Date: 10-22-2016)
The image belongs to the rightful owners -
Door Sprite Sheet
Obtained from: Unity3D Community (Date: 10-22-2016)
The image belongs to the rightful owners
Shout Out to Lazy Foo' Productions for some amazing tutorials.