2D physics racing games are fun! Make one yourself starting with this simple demo. The event sheet shows how to set up physics joints to make a working car suspension....
Platform behavior is probably the last thing you would choose for a car game. That's until you've seen this demo! For a more advanced version, see Physics Car With Suspension...
We don't like cheaters. Especially those who use automated hacking tools to put them at the top of the high score list, add infinite lives, coins etc. This demo shows...
You may have noticed that pathfinding objects almost never stop at the exact target point, sometimes they stop early, sometimes late, sometimes miss it completely. This example provides a simple...
One very common problem with Pathfinding behavior in Construct 3 is preventing pathfinding objects from colliding and overlapping each other. Unfortunately, there is no easy way to do this. We...
If you are making a game that supports gamepad controls, you may have noticed that events "On button pressed" and "On button released" are not triggered sometimes. This happens when...
Just some basics required to create any card game - shuffle the deck, deal cards to players, automatically re-arrange cards by suit and value. No dreadful arrays, no complex code,...
Learn how to make a simple database to store information about all the items in your game. This example shows how to add a shop in your game, where weapon...
Weapon managements in a top down view shooter. Pick up different weapons, add them to your inventory. Test each weapon as they all have various shooting speed and pattern. Move...
A.K.A The big bad wolf demo. This demo shows you how to use pathfinding behavior when programming enemy AI. As with every Construct 2 and Construct 3 demo, this demo...
One of my favorite demos - it's the Scooby Doo Demo. The gang goes in one blue door and comes out another. As always this Construct demo comes with the...
Sometimes you may want to collect data from players. This could be their scores, game statistics, feedback, survey answers or anything else. One of the easiest ways of doing this...
Don't like the default look of FileChooser button? This demo will show you how to replace it with your own picture. It also includes a fix to one particular annoying...
It makes a sound that changes its volume with distance, and if you listen for too long it will drive you nuts. This is the drive you nuts demo. (more…)
Great little demo if you have a reason not to use physics. The chain moves around ... well, like a chain. The event sheet is pretty complex, but well commented....
Easily create a infinite moving game with the help of this demo. Also creates a cool double tracks effect perfect for a downhill skiing game. As always event sheet is...
This is kind of cool. You move the blue squares to move the outside edge of the green square. The blue squares stay within the green and manipulate the shape...
When the player clicks or taps (depending on setup) paint gets randomly splattered on the invisible wall. As with all demos, an easy to follow event sheet is included. (more…)
This is a really cool little effect. When the boy scrolls behind the blue squares you see the x-ray. Very simple demonstration of what you can do with blend modes....