This project's goal is to interpret the LOGO language that allows to draw with a cursor (also called a turtle) controled by commands
Java and JavaFX
- For Windows run in a cmd
gradlew eclipse
orgradlew idea
- For Linux / MacOS, run in a terminal
./gradlew eclipse
or./gradlew idea
- Windows : run
gradlew build
to generate jar andgradlew createExe
to generate exe. - Linux : run
./gradlew build
to generate jar
The jar file is inside the folder build/libs and the exe is in the folder build/launch4j