Fixed undefined ordering of the Turtle color array to conform to docs of setzeFarbe(int)
- Nov 29, 2023
-
-
Huber-Saffer, Lasse authored
# Conflicts: # Turtle.java
-
- Jan 25, 2022
-
-
Huber-Saffer, Lasse authored
-
Changed type of the String-Color-Map to LinkedHashMap to guarantee the specified insertion order. The previous type was HashMap, which does not guarantee any specific order. The method javadocs of Turtle#setzeFarbe(int) demand an order of black (0) to yellow (12).
# Conflicts: # Turtle.java