This chapter describes the use of sprite, rectangular images or textures that you draw on the screen. Large images must be drawn in small pieces called "tiles". Managing these pieces is the task of the Sprite Library and associated data structures. This chapter explains how to do simple things, such as "clear the framebuffer with a specified image" to start with; and followed by how to do complex things, such as draw multi-colored text or explosions.