Draw Sprites Tutorial
For this tutorial, we are going to learn how to use DrawSprite()' to display graphics on the screen. We'll also learn how to flip a sprite horizontally and vertically then use this technique to animate a set of sprites.
When you finish, you'll end up with a game that looks like this.
You can follow the quick start guide to get everything running. Next, yo…