Dynamic dungeon generator
2D RogueLike Game with Unity Engine
This is an individual project I made with my own efforts and knowledge
The principale of this project is to create several maps of a dungeon dynamically. Here are some features in this project :
- Player can shoot a gun, swing a sword or cast magic spell.
- Flipping Player to face enemies , free hand movement according to mouse movement.
- Boxes that can drop items when destroyed like : health potions , scrolls or coins
- Heath potions that regenerate health , scrolls that regenerate stamina , food and water
- Survival feature : Hunger system , thirst system , stamina , strength etc.
- Generate dungeon map dynamically , controll the type of the map Cave type , Prison Type (with rooms) , Dungeon Type
- Can specify the porcentage of the enemy spawning rate and type of enemies .
- Can specify how many dropped items can be found around the map and what type of items
Survival Type Module included in the game as well , the player can lose stamina , get thirsty or hungry. When in critical conditions the player will start losing health etc.
