Create a new project in IntelliJ with Maven build and add turtle-logoarrow-up-right to project dependencies.
Read the documentationarrow-up-right of turtle-logo. Add the sample program to your project and run it.
Initialize a new AnimatedTurtle and draw any shape you want with it. You can be as creative as you want.
AnimatedTurtle
Follow the instruction in lecture slides and deploy your program to a standalone JAR. Make sure the package used is included in the JAR.
Send the JAR file to a classmate. Check if it runs correctly on their computer. If not, figure out why.
Last updated 9 months ago