How to attach a line to a moving object?
- by snow-spur
Hello i have designed a maze and i want to draw a path between the cells as the 'person' moves from one cell to the next.
So each time i move the cell a line is drawn
I have done this so far but do not
want to show my full code However i
get an error saying Circle has no
attribute center
my circle which is my cell
center = Point(15,…