Learn game development and animations with Construct
In most games, you’ll probably find yourself needing to implement a menu of some sort. In its simplest form, a menu could be a button which the player clicks wi...
This tutorial looks at a JSON based system for handling and displaying dialogue. The whole example file is controlled by touch (just tap or click to advance the...
In this example, the dialogue will be handled using an array. Oh, and by the way, if a video is more your thing, then do check out this tutorial from Vimlark wh...
A common request is to customise Construct 3's loading screen. This can be done by using a loader layout, which is a special layout shown while the project is s...
Up until now, the mouse has been used to control the battle system. We're going to make some changes in this version to swap to keyboard controls and have a tex...
When Construct's Javascript coding feature was launched in 2019, all the scripts in a project ran as classic mode scripts. This is how Javascript has run in web...
Welcome to this ‘tutorial’ looking at what went into the two versions of the farming themed clicker game I built on Twitch. The reason I’ve stuck the word tutor...
How to Make a Match 3 Game Chain in Construct 3 and 2. Hello ! In This Tutorial ( file Attached ) you will learn how to make a game touch and mach 3 or more ins...
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...