Learn game development and coding with Construct 2
Here's a nice layout transition that I used in my latest game.
I'm starting in Construct 2, I created a soluction and I want share with you. But my english Is'nt very good, so. I anticipate excuses. Time ago, I searched abo...
Heres a capx with a car that follows the path you draw. Enjoy and use. Similar to the paths in ant hill.
My first ever C2 project - a combination of space invaders and asteroids. Works on mobile and has built-in platform detection. Features. -Wave based system that...
This is a very simple example of a text adventure. Everything in it should be fairly self-explanatory, and if it isn't, the manual should have all the informati...
Since I don't know what to do with this it could hopefully be useful to someone. NOTES: -I think you might need latest Spriter plugin. -Events are not commented...
This is an example of how to limit the player's Textbox input to certain characters. Any unauthorized characters are automatically removed.
This is an example of how to record the activities of a player to an array, and display the contents of that array in a scrollable window similar to MMORPGs. De...
This is an example of how to auto-tile sprites using an array and a bitwise method explained here: Demo. Please Note: With the addition of the tilemap plugin, i...