- Dragon curve misses first turtle.go before starting turns (or last go after finishing turns). See video for cases 1 and 2.
- Dragon curve should be within the window boundaries
- Program should validate user input to only allow integer values of 0 or higher
- Program does not print total distance traveled by turtle
- Dragon curve: creating turns list should avoid duplicate calls to turns(depth-1). Instead copy the resulting list, then reverse, and flip that copy.