Learn game development and coding with Construct 2
My first article and I want to help you all address a very annoying issue when using the Official IAP plugin and trying to build the game on Intel XDK! The issu...
If your are using Intel XDK in another language than English and have a missing Build Button, simply change your Windows System language to English to solve the...
One method of drawing a curved line from A to B Using Pathfinding and lerp. Try moving the blue box sprite(2) around in the layout to change the shape of the Br...
This tutorial is partly a feature request/plugin request, yet I have a fully working .CAPX that is probably more complicated than it should be. Exactly like car...
I am not advertising vdopia, just got easy method to integrate vdopia. MUST : Download Pode_html_iframe plugin if you don't have. Create account in vdopia.Com,...
I thought this tutorial could be useful for everyone since I realised most people are having difficulties especially with "IOS" section which was same for me fo...
In October of 2014 if you had apps published to the Google play store using cordova via intel XDK you probably received an email that looked a lot like this. TH...
With the newest releases of Construct 2, you have (by default) only one choice to export to iOS: Cordova (PhoneGap). Cordova requires you to sign-up to be an iO...
Sometimes, calculating seemingly complex things can be simplified simply by thinking about the problem as a series of problems. Implementing behaviors where man...