Construct Tutorials
Learn game development and animations with Construct
-
Delta-time and framerate independence
Framerate independent games are games that run at the same speed, no matter the framerate. For example, a game might run at 30 FPS (Frames Per Second) on a slow...
-
-
-
Exporting GIFs with Construct Animate
Construct Animate provides a GIF export option that lets you export your animation to a GIF file. GIF is an ancient format in computing terms, dating back to th...
-
Turn-Based Battle - Damage Calculations
Damage Calculations can be as simple or as complicated as you need them to be. In Pokemon for example, a move's damage is calculated by a complex formula and is...
-
-
Animation Management in 8-Direction Games
In many modern top-down view games, such as The Legend of Zelda: A Link to the Past , players have great freedom of movement in that they can move in any of the...
-
Flappy Birds Clone in 10 minutes
With Construct 2 , it's possible to put together a very basic "Flappy Birds" game in around 10 minutes! You can download all the images and the Construct 2 Capx...
-
Building a global user interface (UI)
This is a short tutorial that will show you how to create a user interface (UI, also known as a heads-up display or HUD) in a single, dedicated layout that carr...