Chapter 9: Implementing Advanced Graphics Effects
So far in the book, we have used graphics for animating sprite components and drawing tile maps, but there is a lot more that we can do to improve the visual aspect of the game.
In this chapter, we are going to discuss how to use particles and shadows to improve our game. We will use particle effects to make the coins and enemies explode when they are collided with and we will use layers to add a shadow effect to our sprites. These are simple yet efficient ways to improve our game visuals that run very quickly and don't affect the frame rate too much, so they are worth using to improve our game.
We will cover the following topics in this chapter:
- What are particle effects?
- Animating with particles ...
Get Building Games with Flutter now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.