Construct Tutorials
Learn game development and animations with Construct
-
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...
-
-
How to "upgrade" an object to a family
It's always good to plan ahead when making a project, and determine when you'll need a family in advance. However it's easy to forget and end up with a large nu...
-
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...
-
Creating "Card Decks" in Construct
Let’s learn how to create, shuffle, and use a "Deck of Cards" managed by Combat Engine #1 - 5 seconds Comparison . I use several combat engine systems and game...
-
-
-
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...
-