Bash the Dungeon
Pink
- Quinten Bettin (qbettin@udel.edu)
- Jacob Marks (jfmarks@udel.edu)
- Charles Gordiner (cwgiii@udel.edu)
A top down shooter based on the game Enter the Gungeon. You are stuck within the terminal, which manifests as a harsh dungeon. You will first find the two NPC's which will help you learn how to play. When they deem you are ready, you will be granted passage to bash the dungeon. You will traverse through rooms, defeat enemies, unlock new weapons, and utilize your in-game terminal to do all of this. In order to successfully fight the enemies you will need to operate your weapons and player with various bash commands. Additionally, you will face the end boss which will be the final test of your command knowlege, and game sense. Ultimately the objective of the game is to escape the terminal and learn some bash commands along the way.
- Movement
- WASD to move
- Right click WHILE moving to dodge roll
- Dodge rolling grants invulnerability, and a 25% speed increase
- Interaction
- 'E' is used for...
- Talking to NPC's
- Opening chests
- 'E' is used for...
- Weapon
- Left click to shoot
- Single shot weapons are one click per shot
- Will not shoot during dodge roll
- Automatic weapons are one click to shoot entire round
- Will continue shooting during dodge rolling
- Round will 'pause' on two conditions
- Player opens command prompt
- Player changes to different weapon
- Terminal / Command Prompt
- Open and close with 'Tab'
- Execute a command with 'Enter'
- 'help' lists commands
- 'ls' lists objects in the room
- 'gcc gun.c' compiles your held weapon
- './a.out' reloads your help weapon
- 'mv player room_XX' moves player into roomXX
- i.e. room02 for the 2nd room, etc
- 'mv gun.c player' to move the gun on the ground to your hand
- 'rm bullets.c' removes all enemy bullets on screen
Link to our egdd
- Robot Player
- Tutorial NPC's
- Chort, Demon Enemy Sprites
- Enemy Attacks
- Fireball
- Pixel Art Dungeon Tiles
- DYA Games Dungeon Background
- enemy death sfx
- player hit sfx
- weapon reload sfx
- pistol sfx
- smg sfx
- sniper sfx | far distance
- npc talked sfx
- button sfx
- enemy shooting sfx
- dodge rolling sfx |'arrow whoosh'
- chest opening sfx
- weapon and bullet images"
- restart button image
- yes no buttons
- win background
- lobby music
- game music
- death sound
- win music