Welcome to what will probably be the final instalment of these JSON Dialogue tutorials. This tutorial is going to cover adding branching dialogue and event dial...
This tutorial follows on from the two basic JSON tutorials. If you’ve not looked at them, and are unfamiliar with JSON, then you can find them here: JSON Introd...
Updated to support Modules. The 'v2' sample files have been updated to support Modules, as 'Classic' mode has been removed. The following is a tutorial and temp...
In this tutorial you will learn how to fill your array from a json file in the Construct 3 files. The tutorial is fully commented in the attached file. All my t...
If you ever used Unity, you might be familiar with the concept of coroutines. Well, you might or might not know that Javascript supports coroutines as well sinc...
How to make a Match 3 Game Touch and Swapping ! Hello You can touch in a group of Blocks or swap to get a match , you can make a lot of things with it and creat...
Rexrainbow's series plugins are perfect solutions for your grid-style games, like: Monopoly, SLG, roguelike games and etc. In this tutorial we'll teach you how...
I like sliding puzzles and they've many uses as a standalone game or as a puzzle within a larger game. You can use arrays to create these but it is more complic...
In this tutorial you will learn how to create your own Highscores for your games, using your own free server / database. Let's go! Here's an example of how the...