Construct Tutorials
Learn game development and animations with Construct
-
Game stolen? This could help you!
I've published some games on Kongregate and on some other similar websites. After a while, searching for one of my games on Google, I've discovered that some "f...
-
-
Top-Down Scrolling Background
This tutorial assumes that you have read Ashley's tutorial titled "Beginner's Guide to Construct 2". This tutorial explains how to make a top-down scrolling bac...
-
How to make Pong
So this is a 50 minute video showing you how to recreate the classic game of Pong within Construct 2. This tutorial assumes you have little to no knowledge of C...
-
-
Platform Shooting
Someone was asking about how to shoot BULLETS on left and right side too. The only way I have found is this way at the moment. I hope it might help that's why I...
-
How do Arkanoid
And today, I will tell you how to do Arkanoid. To do this, you will need sprites: Then create a project 640, 480, and the window size do the same: Then insert o...
-
-
'For each' tutorial
For each will run a loop containing all of the conditions and actions after it for each instance of the object specified, picking only one of those instances ea...