Construct Tutorials
Learn game development and animations with Construct
-
-
How to create a coin-based points display
Making a points display is infinitely easier than what you'd expect. For this tutorial, we're going to learn how we can set points in a game. Like how many poin...
-
-
Create a Sliding Puzzle Without Arrays
I like sliding puzzles and they've many uses as a standalone game or as a puzzle within a larger game. You can use arrays to create these but it is more complic...
-
Math Quiz : Simple Equation
Today, we're gonna make an education puzzle game which uses simple math equations and matching logic. A math equation will appear, and the user will answer the...
-
Super Mario Bros for NES
This is a 20 part tutorial series of how to recreate the original Super Mario Bros from the NES days from scratch using as much of the original graphics, sound...
-
Music Player MP3
Sorry this tutorial is first publish by (KTML5) all I done is repeated So many time person say I have attempt to load MP3 files and found I can load files but c...
-
Enemy mirrored on Sine Behavior
I've seen people ask how to use the mirror action with sine behavior. This is useful for use with enemies if we want them to patrol an area using the sine behav...
-
How to Make a Writing Game
Today, i’m gonna show you how to make a writing game. The logic is pretty similiar to connecting nodes game, actually. We won’t use canvas plugin on this case,...