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...
-
-
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...
-
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...
-
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...
-
Construct's project format
Construct projects are often saved to a single file with the extension .C3p (which stands for "Construct 3 Project"). This file is actually a standard ZIP file...
-
-
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...
-
How to "upgrade" an object to a family
It's always good to plan ahead when making a project, and determine when you'll need a family in advance. However it's easy to forget and end up with a large nu...