My second game in java Developed in 2014, while studying CS_101 while being an undergraduate in Mathematics.
Download the project from Github, compile using
>>> javac MAP.java MONSTRO.java EXPLORER.java COMIDA.java GameScreenCli.java
To install dependencies, maven and java 1.8 are needed, then you can run:
mvn clean install
To run the game just use the java command
>>> javac MAP.java MONSTRO.java EXPLORER.java COMIDA.java GameScreenCli.java
or
mvn clean compile package
java -jar target/explorer-1.0.jar