Slay the dragon and marry the princess? Or feed her to the dragon and get a cool new pet? This demo shows how you can easily create multiple story lines...
This example may come very useful if you are making a level editor or a puzzle game. Select multiple sprites and move them around with optional snapping to grid -...
Making a game with 1000 levels? Creating each level manually will take you months. Generate your levels randomly from a set of scenes and you can have a practically infinite...
Add a knockback when firing weapons by applying movement vector in the opposite direction. It sounds complex, but it really isn't! Included two examples - for Platform and 8-direction games....
Downloadable Demo & Video This simple example demonstrates how to set up a system of portals, allowing your player to travel between layouts, or teleport within the same layout. All...
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...
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...