This project is a man-machine interface based RPG. You play as a character who can be moved around a map.
- Moving a player around a map, with the
zqsd
arrows - Meet obstacles player can't get through
- Compile the Java code for the game.
javac *.java
- Run the MainGUI.java Class to start the game
java MainGUI
- Play the game
- Paradigm :
POO
- Languages :
JAVA
- Framework :
Swing