Particle objects: creating a fireworks finale
Our player will want a visual cue when they've won the game. We'll give them this using the particle object to create fireworks. Particle objects can be used in any situation where a large amount of sprites are needed to be emitted, as long as they are not required to collide with other objects. This is because they have been optimized for displaying large amounts of images, rather than acting as game objects.