Activities/Turtle in a Pond: Difference between revisions
| Line 100: | Line 100: | ||
There are some resources that you can use in your program, including: | There are some resources that you can use in your program, including: | ||
;CIRCLE: a 2x6x2 array of offsets that can used to find the | ;CIRCLE: a 2x6x2 array of offsets that can used to find the column and row of the dots surrounding the turtle. | ||
;self._dots: the array of dots. | ;self._dots: the array of dots. | ||
;self._pressed: the index of the most recent dot pressed by the user | ;self._pressed: the index of the most recent dot pressed by the user | ||