AparaV / Ruins-Escapade

:video_game: A dungeon crawler game written from scratch in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo

Ruins Escapade

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.

Dependencies

$ 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

Playing the game

$ make
$ ./ruinsescapade

After finishing, you can run

$ make clean

to cleanup the installation

Disclaimer

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.

Credits

  • 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.

About

:video_game: A dungeon crawler game written from scratch in C++


Languages

Language:C++ 98.9%Language:Makefile 1.1%