Programming Digital Media > Graphics and P5.Play > Game Design using the P5.play Library > Interactivity
Interactivity
In this section, we will go over different ways to interact with your sprites as well as how to have them interact with each other in specific ways. This will include:
- having sprites respond to keyboard inputs
- being clicked on
- colliding with other sprites and groups of sprites
- and more
We will also go over more information about what can be done with groups of sprites.