Construct 3 Tutorials
Learn game development and coding with Construct 3
-
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...
-
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...
-
Making an advanced lighting system
In this tutorial I want to try something different. Instead of explaining step by step how to reproduce it, I want to show the final system and explain each par...
-
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...
-
-
Multiplayer tutorial 3: pong
This tutorial assumes you have already read both Multiplayer tutorial 1: Concepts and Multiplayer tutorial 2: Chat room . The first tutorial covered the theory...