Today I am going to show you the code for creating subway surfer or temple run like game. You can update this code and make it lot better as per your requiremen...
This tutorial will explain a little bit about how certain features in the C2 runtime work. And how they can impact your performance. It might or might not be th...
Hi fellow devs! Welcome to my tutorial! In this tutorial we'll learn how to connect our Construct 2 project to PlayFab services. PlayFab is similar with GameSpa...
This tutorial explains how to create multiplayer games with Photon using game maker Construct 2. What's Photon ? Namely a network platform for players to connec...
In an effort to help me 'see' what LOS was seeing, I put together a simple project that shows what's seen and when. If you need it, you should be able to pull o...
Sometimes you may need to collect data from players. This could be their scores, game statistics, feedback, survey answers or anything else. There are many ways...
Welcome to another tutorial on using a JSON-based dialogue system. As mentioned above, this follows on from a previous tutorial, but where that one demonstrated...
I tested this on Construct 2. Do note this MAYBE will make the device to be lagged. This tutorial uses purely Construct's built-in effects. Make a white box usi...
If you ever used Unity, you might be familiar with the concept of coroutines. Well, you might or might not know that Javascript supports coroutines as well sinc...