This is a Dungeon Crawler game developed in Fall of 2023 for CS 2340 at Georgia Tech. It was developed in Android Studio with Java and XML and was created for Android devices. Several developmental diagrams are included for your perusal.
Like the classic Dungeon Crawlers of the 1980s, this dungeon crawler game is a simple, 2D game. Select your character, navigate with a D-Pad around the rooms, and defeat enemies to get points and climb the leaderboard! The game has three rooms to navigate through and several powerups to try to activate!
Prerequisites You must have the following on your machine:
- Android Studio installed
- An Android device or emulator loaded into Android Studio
Installation
- Clone the repository to your local machine:
https://github.com/josephmasson26/Dungeon-Crawler.git
- Open the project in Android Studio
- Build and run the game in Android Studio on its emulator
- D-Pad: Move Character
- Attack: Press A-Button near enemies
- Activate Power-Ups: Press A-Button near power-ups
Licensed under MIT License, see file for details.
- Thanks to Austin Barton and the Instructional Team for their support in this project.
- Thanks to StackOverflow for teaching us how to use Android Studio's visual editors.