This project is a text based RPG. You play as a character who can be moved around a map. On this map, you may encounter obstacles and enemies that you must defeat or destroy.
- Moving a player around a map, with the zqsd arrows
- Fight and defeat enemies on the map
- 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 jeu.java
- Play the game
- Paradigm :
POO
- Languages :
JAVA