Regular expressions are a way to automate extracting certain parts of a string that share a common pattern. For example, you need to get a list of street names...
This tutorial assumes you know your way around Construct 2 fairly well. The first part will just get the maze generated and the second part will deal with how t...
Maybe you have a card game and you want to position the cards in exact locations. Around the layout, but of course, in random order. There are several ways to d...
Do you want to know how to create a game player database without writing any PHP & MySQL code? Here is the fastest way to get it done! In tutorial we'll use Par...
This tutorial covers several techniques to improving performance when you have when you have lots of objects such as enemies and bullets. If you have hundreds o...
Rexrainbow's series plugins are perfect solutions for your grid-style games, like: Monopoly, SLG, roguelike games and etc. In this tutorial we'll teach you how...
There are a lot of people asking about "how to make a match-3 game?". Now Rexrainbow series plugins are the perfect solution for this question. In this tutorial...
Attached is an example of a procedurally animated character, which in this case means there's no traditional frame-by-frame animation and all motion is defined...
In this tutorial we create a smooth fade-in transition using the Fade behavior! Perfect for switching between your game layouts!