Construct Tutorials
Learn game development and animations with Construct
-
Using a JSON dialogue system with NPCs
Welcome to another tutorial on using a JSON-based dialogue system. As mentioned above, this follows on from a previous tutorial, but where that one demonstrated...
-
-
Split-screen for Construct 3; no addons
File: Hello, this tutorial is to make split-screen in Construct 3 with no extra addons. First of all, I would like to thank oosyrag for the original project and...
-
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...
-
Checking for errors in browsers
By default browsers don't display any error messages when things go wrong. This is so your experience browsing the web is smooth and not interrupted with lots o...
-
Creating "Card Decks" in Construct
Let’s learn how to create, shuffle, and use a "Deck of Cards" managed by Combat Engine #1 - 5 seconds Comparison . I use several combat engine systems and game...
-
Dialogue Designer in Construct 3
I originally created this tutorial as a guide to getting Dialogue Designer exports into C3 projects. I did this as I was using the program in my own game (Bilki...
-
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...
-
Isometric Games - Object Layer Ordering
I recently started work on a new project, which began as an Orthographic game. However during the course of development, I decided I wanted it to be Isometric....