Learn game development and coding with Construct 2
Developing multiplayer games is difficult, even though Construct's Multiplayer object takes care of many of the complexities for you. In the same way the events...
Exporting your game as a Windows desktop app is simple in Construct. However you don't get a single file exported. What you actually get is a directory containi...
This tutorial assumes you have already read Multiplayer tutorial 1: Concepts , Multiplayer tutorial 2: Chat room and Multiplayer tutorial 3: Pong . The first tu...
Ok, this tutorial is about making a camera follow the player smoothly. Exemple: You need to create your player, I'll not explain it here, you can find in Beginn...
(This tutorial assumes you have some knowledge of how Construct’s Conditions and Actions work. If not, see the beginner tutorial.). Basically, you can think of...
This tutorial assumes you have already read Multiplayer tutorial 1: Concepts . The easiest introduction to the multiplayer object in Construct is a simple chat...
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...
In our tutorial Distributing Desktop Apps we discussed a method that allowed you to repackage your desktop game export into a single executable file, without re...
We recommend starting with Construct 3. This tutorial refers to Construct 2. Click here to go to the Beginner's Guide to Construct 3 tutorial . Let's get starte...