Skip to content

🎮 A dungeon crawler game written from scratch in C++

Notifications You must be signed in to change notification settings

AparaV/Ruins-Escapade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

🎮 A dungeon crawler game written from scratch in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published