Perimeter Defense - adventurer feedback

Simple and straightforward level to demonstrate the range() function. However, I would add a bit more explanation in the guide and/or the comments. I’m thinking about the different optional parameters of range (unless it’s explained in earlier levels):

range(stop)
range(start, stop)
range(start, stop, step)
2 Likes

Yes. I’m going to add more introduction levels with simpler constructions.