Construct 3 Tutorials
Learn game development and coding with Construct 3
-
Manually signing Android apps (APKs)
Android apps, stored in APK files, must be signed before they can be published. This verifies that you're the publisher and that they've not been tampered with...
-
How to Make a Memory Game in Construt3
In the file attached ( fully commented ) you will learn how to make a memory game , I Tried to make it as simple as possible to beginners to understand so you c...
-
Level editor - Construct 3 Tutorial
How to make a simple level editor in Construct 3. Including save & load feature for your tilemap object. This is a simple "platform" for your bigger level edito...
-
How to export Windows Store apps
Support for exporting Universal Windows Platform (UWP) apps is deprecated and will be removed in a future release. Consider publishing to Windows with the Windo...
-
Publishing to the Scirra Arcade
There's been an update to this tutorial following the renaming of the Arcade. You can find the new version 'Publishing to the Construct Arcade' here! An easy wa...
-
-
-
-
Turn-Based Battle - Accuracy Checks
This tutorial builds on the last tutorial project. The basic structure is the same, but we'll be making some changes. If you've not seen the last tutorial, it's...