Navigation : AP CS Artificial Intelligence Intermediate CS - 3. Images - 7. Numbers - 8. Number Models - 13. Booleans - 15. Conditionals - 20. Using Structures - Sem.I Review - 21. Structures -- 21. PV Intro -- 21. Two Actions, One Tick -- Moving Ball -- Speed Typer -- Agar.io - 22a. Recursion - 22b. Lists - Sem.II Review - Typed Racket - Resources - Pro Features - Online Help Robotics WY Robotics Exploring CS (Teachers) Resources Agar.io I hope you know the game Agar.io. A circle moves around the screen toward the mouse. There is a “food”. When the circle touches (eats) the food, the food disappears and the circle gets larger. The food reappears in a random location. Starter code: agar-io.rkt Advanced: As the circle gets larger, it moves more slowly. When the mouse is further from the center of the circle, it moves more quickly. Speed Typer 22a. Recursion