OLD: How to flip sprites
When you create games, and not only, you will sometimes need to flip sprites( e.g. in a game where for the enemy right walking animation you use 8 sprites, you don’t need to use a image manipulator program to create the left walking animation). For this you have 2 possibilities:
Read more >OLD: Jumping in 2D platform games
Based on the last tutorial, How to apply collision?, in this post I will you show how to make an entity jump in a platform game.
Read more >OLD: How to apply collision
One of my biggest problems when creating games was not collision detection, it was how to apply collision. In this tutorial I will show you how to detect and apply collision on AABB objects.
Read more >OLD: Create a simple piano
In this tutorial we will create a simple piano like this one:
Read more >OLD: Custom mouse cursor
Have you ever wanted to have your own mouse cursor for you game or your application? Well… now you can!
Read more >