Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Validate Textbox Input
This is an example of how to limit the player's Textbox input to certain characters. Any unauthorized characters are automatically removed.
-
-
Basic two frame animated tank
I wanted to build a tank game but I only wanted to have a very small number of animations. As the tank is fairly small in size with the full game coming in at l...
-
-
Using the SpriteFont+ Plugin
The SpriteFont+ plugin extends the existing Sprite Font native plugin to include richer support for individual character widths during editing and runtime. The...
-
Basic Physics Game (Part 1)
I've classed this as beginner, but some may consider it as edging toward Intermediate. I've added steps throughout, so anybody should be able to follow it. It d...
-
-
Life counter
Hey there, I decided to make another simple tutorial but now for beginners and will explain how to make health counter. Ok let's do it fast just create new empt...
-
Designing a 2D Pixel Character
The head is the biggest element on our character. If the head was any smaller than this one, you wouldn't be able to fit anything in, and that'd be dumb. The di...