Learn game development and animations with Construct
Today I will explain how to use node modules inside a plugin for NW.Js. It's not that hard ^^. It will work only with NW.Js since you don't have node inside the...
I was asked if I can make a tutorial about how to build a Tournament System, so I did. The source code will be available soon in the Scirra store (if you don't...
This example is yet again another 2.5D example. Just one of those things I made within a couple minutes after coming up with a neat idea. You're welcome to use...
Calibrated ladder climbing.
So I was looking for a why to host the exported version of my game prototype/mock, without too much effort if the source was already pushed to git hub. I also w...
01/28/16 algorithm updated to v.1.1. (improved performance and bug fixes). Hi, everyone! I wasn't the first one C2 user who wanted to animate tilemaps. However...
Try the demo here. This example shows how to calculate the percentage of a rectangular area that is covered by one or more other rectangular shapes. For example...
As I haven't yet seen this be covered in any exampled in Construct 2, and it'd be something extremely useful, I'd like to show how you can mix Construct 2's Vid...
I was thinking how to save current state in database, till now I was aware of string thru Ajax, so I was using "savejobs=" & URLEncode(savejobs). This method is...