Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofcmb committed Mar 31, 2019
2 parents eab4c9f + 981c003 commit 11d1966
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# IART1819_T5
# IART1819_T5
## Labyrinth Robots - Search Algorithms

The Project was developed using **IntelliJ IDEA**. The project can be imported and ran from the IDE. However, to make running the program easier, two scripts have been created for Windows and Linux to run the already compiled program

## Requirements

- JDK 11 or higher

## Instructions

1. Run the program from IDEA or using the `run.bat` or `rub.sh` scripts.
2. Select the Level (name of the file without the extension on the `maps` folder). Three levels are already provided (`Easy`, `Medium` and `Hard`)
3. Select one of the five algorithms to test (In case of an informed search algorithm, another prompt will appear to select the heuristic).

0 comments on commit 11d1966

Please sign in to comment.