Construct Tutorials
Learn game development and animations with Construct
-
-
Auto-tiling with AutoTileGen and TileMaps
AutoTileGen is software for generating terrain-based tilemaps from 3 input images. For example: These 3 images: Resulted in this tilemap: Which can be used to m...
-
Multiplayer object collection game
In this tutorial, you will learn how to create a simple 2-player network game, where two sprites move around a layout and try to collect the most objects. Befor...
-
-
Simple swipe on object
Today, I will explain to you how to detect simple swipe events ! You don't need a lot of Global/Local variable and no more events ! Let's begin. First, you have...
-
Random Animation - Easy method
People sometimes want to use a random animation but want more options. Firstly, props to Weishaupt, who wrote another very good tutorial here that explains a lo...
-
How to make inventory without arrays.
In this tutorial I will show you how to make an inventory. First thing you need to do is to make 2 sprites: - Item_Slot - Should be 16, 32, 64 (...). - Item (dr...
-
How to make scoring system
Have you ever wondered how to make an effective scoring system? Well, don’t be worried, just follow this tutorial step by step and you're going to get the best...
-
How to code doors and lock logic
I've written a tutorial for Gamedev Tutsplus . Here is the teaser for the article : Doors play an essential part in the navigation and progress of the player in...