forked from RuiGuedes/IART1819_T5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/RuiGuedes/IART1819_T5
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |