Construct Tutorials
Learn game development and animations with Construct
-
Create a simple Inventory system
This tutorial introduces several ways to manage data structures to make a simple inventory system. Which one is better dictionary or array inventory? They each...
-
-
JSON Branch Dialogue Example
Using Array editor / Excel to prepare dialogue data. The same ID will be considered the continuous conversation. ID. Name. Text. Screen1_Intro. Alice. Hi, Bob!...
-
When to use functions?
The tutorial uses a simple example project which shows what can go wrong when you repeat code and then make changes, and shows how to refactor the events with f...
-
Simple 2 Player Game!
Step One : You need to add Multiplayer Plugin to project. Step Two : Next create two sprites ( Host and Peer ) and add Any Behavior You Want. Step Three next go...
-
-
Erase Drawing Canvas
This tutorial will show you how to set up the Drawing Canvas so that you can erase its contents.
-
-