Construct 2 Tutorials
Learn game development and coding with Construct 2
-
-
Darkness and Flashlight
In this tutorial, I will teach you how to make a dark place and a flashlight. First, you will need a ground and a player. (I added a ceiling to have a cave like...
-
Multi Touch Movement Controls
This tutorial will teach you how to make touch movement controls where horizontal swiping on one side of the screen controls the movement of the character, and...
-
Ladders in Platform Games
This is yet another tutorial on making a ladder-style sprite that can be climbed in a platform-style game. Sample code and an example capx file are provided. *...
-
Platformer Enhancements - Double Jump
In this tutorial we are going to add some additional functionality to our platformer games in the form of a double jump action for our character. This is a tuto...
-
Make a Police Car Chase Game
Simple tutorial from scratch to create make police chase game in both Construct 2 and 3. Required no extra plugin.
-
-
-
Exploring Regex in Construct 2
Regular expressions are a way to automate extracting certain parts of a string that share a common pattern. For example, you need to get a list of street names...