/SokDungeon

A "sokoban x dungeon-crawler" game, written in java

Primary LanguageJava

SokDungeon

Set Up

This project was originally written and tested using Java 11. To run the game you will also need JavaFx.

VScode

Install Microsoft's Extension Pack for Java. This allows you to run the project from VScode.

logo of the extension pack

Java

JavaFX

How to run

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:

picture showing function code

Tests and Coverage

If you wish to run the test files or view test coverage, you will also need JUnit and Gradle respectively.

Tutorial to come.