Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.65 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.65 KB

rpg-map

💻 About the project

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.

⚙️ Functionalities

  • Moving a player around a map, with the zqsd arrows
  • Fight and defeat enemies on the map
  • Meet obstacles player can't get through

🧭 Running the application

  1. Compile the Java code for the game.
javac *.java
  1. Run the MainGUI.java Class to start the game
java jeu.java
  1. Play the game

🛠 Technologies

  • Paradigm : POO
  • Languages : JAVA