Java Game Engine
Adapting the C++ game engine into Object Oriented Design and Model-View-Controller, myself and 2 teammates used Java to create this game engine and a top down dungeon adventure game building off of what I learned from the basic top down adventure on the C++ engine.Â
Dungeon Adventure
Built over 8 weeks as a team of 3, this game is a top down dungeon adventure in which the player traverses the randomly generated dungeon to find and clear the 4 rooms containing pillars then make their way to the exit, defeat the boss, and leave the dungeon.
Choose between 3 classes
Each class has their own special ability:
The priestess has a random chance to heal when attacking
The warrior has a random chance for an attack to do extra damage and knock-back
The thief has a random chance for an attack to stun and deal extra damage
Rooms have random doors, enemies, and items
Clear the enemies to open all the doors
Find and clear the 4 rooms with pillars to bring out the boss
The exit can be found but is not usable until the 4 pillar rooms and boss have been cleared
Pressing esc pauses the game and displays controls
The game is saved on exit and can be resumed by selecting 'LOAD GAME'
Various potions that empower the player can be found throughout the dungeon
Red potions increase player health
Blue potions increase attack damage
Green potions increase player speed
There is a small chance for rooms to contain lava
Lava will damage the player and enemies but enemies will not enter the lava on their own
The boss is made up of 5 entities that move together
The player must hit the tail to deal damage to the boss
Once the boss is defeated the stairs can be used
Upon colliding with the stairs the player wins the game
All art for sprites in this project are property of Nintendo and used here only for academic purposes.