Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 792 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 792 Bytes

Summary

We made a tile based, 2D dungeon crawler game with top-down oblique perspective. There is a cave among the trees in the forest.
When our character enters the cave, little monsters appear in front of him and begin to attack our character.
The cave consists of three floors and when we kill all the creatures on the floor, we can move on to the next floor.
On the last floor (fourth floor), there is the end game boss which spawns those creatures.
When the boss is killed, the game is over, and the trees are safe.

Contributions

Selçuk Gençay: Game loop/rendering, Mouse/Keyboard inputs, Player handling, Save/Load parts.
Merter Çoban: Button/Map Design parts,
Tayfun Özdemir: Game assets, Enemy Logic parts,
Batuhan Tunçer: Music/SFX,