Sprites are 2D graphical objects that are commonly used in games to represent the player
characters or any range of objects within your game. For example, in a platform game, a
sprite displays the character you move around the screen. Sprites normally have multiple
frames of animation, can be moved about by the player, and can interact with the game
world. I’m going to cover what it takes to create a sprite and how to use one in a game.