This project was originally written and tested using Java 11
. To run the game you will also need JavaFx
.
Install Microsoft's Extension Pack for Java
. This allows you to run the project from VScode.
This project is intended to be run using VScode. Once you have set up all dependencies you can simply navigate to src/unsw/dungeon/DungeonApplication.java
and click the button labelled Run
above the function called main
:
If you wish to run the test files or view test coverage, you will also need JUnit
and Gradle
respectively.
Tutorial to come.