Story game
Author: Alex Yang
Date: December 2023
Category: Java; Javafx
Description:
Story game implemented using a MVC framework to separate core game logic from the external GUI—which players use to interact with the Adventure Game. The JavaFX library powers the GUI and media management—allowing for custom assets such as images—and audio. Minigames such as wordle and turn based combat are also present as rooms.