Help the bees evade the circle by using the arrow keys to change direction.
Program2Play
In the text area program an algorithm for the circle, using the variable name, circle. Using the element of surprise (Math.random()) can help to get the bees. You have these circle properties avaiable: x, y, chngX, chngY, color and radius. In order to keep the circle inside the game area, you can use the variable, canvas and its properties width the height.
The goal has changed for your program. Your goal is to create an algorithm for the circle to get the bees before they get all the flowers.