In this chapter, the main elements that we must know to work with Flame will be discussed. We will see how to create the components, which are the key pieces or elements of our game. We will look at the basic structure of a game with Flame and the use of inputs (keyboard, joystick, etc.), which is the way in which the user can interact with the application.
SpriteComponent: Components for Rendering Images
One of the fundamental components that we have is the SpriteComponent. A sprite sheet is a series of images joined ...