This project is a text based RPG. You play as a character and receive instructions on the console. When you enter a dungeon, you encounter enemies that you must defeat.
- Shell instruction in the game
- Compile the Java code for the game.
javac *.java
- Run the MainGUI.java Class to start the game
java test01.java
- Play the game
- Paradigm :
POO
- Languages :
JAVA