Text-based RPG with CLI and GUI view (Swing Framework)
Build: mvn clean package
Execution: java -jar target/swingy.jar [console/gui]
• Mouse-based controls for GUI.
• Annotation based user input validation.
• Switch between console view and GUI view at runtime, without closing the game.
• Heroes persistance in a Sqlite database.