This tutorial will show you how to create a particle engine that can be used in your programs going forward. Particles are used extensivley in game engines can add a really nice visual effect to your games. Once the engine is made, it is very easy to re-use.
1 - Download the three images, star.png, circle.png and diamond.png and use them to complete the Particle Effects tutorial
Solution to the tutorial: https://github.com/AldworthClass/Particle-Engine-Lesson
There is nothing to submit for this topic. I hope to see it used in your final project.
Here is a solution to the tutorial: