Move Hydrant
Notes
- Start with a collision routine
- When the objects collide, move the target.
- Pick a random x (between -200 and 200 is good)
- ...and a random y (between -150 and 150)
Blackbelt Challenges
- (tricky) Make the objects collide only once without moving or
deleting an object
- Probably will require a variable (not covered yet)