Text based adventure game inspired by elden ring
- Ensure you have Java installed on your machine by running
bash java -version
. - Clone or download this repository.
- Navigate to the
src
directory. - Compile the
Application.java
class. - Run the
Application
program to start the game.
javac game/Application.java
java game.Application
This game was built using Java, based on an existing game engine and adheres to strict OOP practices.
The game involves many features, including multiple maps, environments, enemies, weapons and an in-game shop to purchase better equipment.
Made by: Behnam Mozafari, Joshua Ryan, Gunnraj Dhaliwal
Game engine created by Monash University FIT2099 team
This game is not associated with or endorsed by the creators of Elden Ring.