Construct Tutorials
Learn game development and animations with Construct
-
Spritefont latin characters
When using spritefonts, and specially when using Spritefont creation tools such as GYFM (Give Your Fonts Mono), we need to input the characters we wish to be in...
-
Cheap and Easy Tilemap Animation
This method uses a function call to determine the tiles you want changed and what to change them to using the replace() expression, as the tilemap is basically...
-
-
C3/2 - 16 Direction and Angle Animations
This is how I go beyond the 8 direction movement behavior to do 16 Direction animations. This is useful for smoother animations during pathfinding movement, or...
-
-
-
How to make a Side Scrolling Shooter.
So this is a 2-hour video showing you how to create a Side-Scrolling Shooter within Construct 2. This tutorial assumes you have a little knowledge of Construct...
-
24 minute time cycle
This tutorial is made to be used as a base to bring forth day and night cycles in Construct. The clock in determined by global variables, so it's fairly simple...
-
Tips for creating 8Bit games!
Graphics are required in every game some are very advanced while others are very simple 8Bit graphics can be pretty simple but can become very complex from time...