CHC4010 DevOps Week 6 Practical: Package Management
Part I. Drawing with turtle-logo
Create a new project in IntelliJ with Maven build and add turtle-logo to project dependencies.
Read the documentation of turtle-logo. Add the sample program to your project and run it.
Initialize a new AnimatedTurtle and draw an equilateral triangle with it:

Draw a 5-pointed star or a pentagram.

Part II. Jumble as a web app
Download the java program
Jumbleand run it. Understand how this game is played.Create a new project in IntelliJ with Maven build. Add spark-core and spark-template-freemarker to project dependencies.
Replicate the Jumble game in a web interface.

[!TIP] π Code Jumble
Last updated