Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Multiplayer tutorial 1: concepts
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...
-
Distributing Desktop Apps
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...
-
Arrays for Beginners
(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...
-
Making a Smooth Following Camera
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...
-
Multiplayer tutorial 4: real-time game
This tutorial assumes you have already read Multiplayer tutorial 1: Concepts , Multiplayer tutorial 2: Chat room and Multiplayer tutorial 3: Pong . The first tu...
-
Multiplayer tutorial 2: chat room
This tutorial assumes you have already read Multiplayer tutorial 1: Concepts . The easiest introduction to the multiplayer object in Construct is a simple chat...
-
-
Turning your game into a single .exe file
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...
-
Beginner's guide to Construct 2
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...