The purpose of the project is to build a minimalistic console based RPG game using Java. The application uses the MVC pattern and compiles with maven.
- Java (Core Programming Language - JDK 8 >)
- Maven (Dependency Management)
After cloning the repo, cd into the repo and run the following commands in your terminal:
$ mvn clean package
$ java -jar target/Swingy-1.0-SNAPSHOT.jar