Skip to content
Snippets Groups Projects
Commit a77ec046 authored by Emmanuel Godard's avatar Emmanuel Godard
Browse files

readme

parent 864f016d
No related branches found
No related tags found
No related merge requests found
# Basic example of using Davis # Basic example of using Davis
## Install Dependencies locally
`./gradlew getJBotsim`
## Without IDE ## Without IDE
1. Write your java algorithm into the src folder : `MyAlgo.java` 1. Write your java algorithm into the `src` folder : `MyAlgo.java`
2. Modify `args` parameters for task `davis` in `build.gradle`. 2. Modify `commandLine` parameters for task `davis` in `build.gradle`.
3. Run 3. Run
``` ```
./gradlew davis ./gradlew davis
...@@ -19,16 +22,12 @@ You can collect all your examples in `scenario` file ...@@ -19,16 +22,12 @@ You can collect all your examples in `scenario` file
## Getting started with Intellij ## Getting started with Intellij
1. Clone the basic example repository : Open IntelliJ and load project :
```
git clone https://gitlab.lis-lab.fr/davis/basic-example.git
```
2. Open IntelliJ and load project :
``` ```
File/Open File/Open
``` ```
Choose the basic-example folder and click ok for *auto-import*. Choose the `basic-example` folder and click ok for *auto-import*.
## Write new algorithm ## Write new algorithm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment