Learn game development and coding with Construct 2
I am again with new exciting tutorial on How to make a Player's Follower. In this tutorial I have shown when player moves around then how you can make his follo...
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...
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...
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...
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...
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...
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...
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...
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...