Fall 2023 | CS 2340
This code repository is a Dungeon Crawler-style game in which you, as a player character, must traverse over a series of rooms as quickly as possible to maintain the highest possible game score.
You additionally have a series of additional factors, including power-ups, which either automatically boost your score or allow you to earn points more easily.
Beware of enemies; you can lose health points to them if they attack you, which can potentially end the game. Defeating enemies will, nonetheless, increase your score.
The game is built using JavaFX and the Android Studio platform. To run it, simply load all files into Android Studio 11.0, build the application, and enjoy the game!