Learn game development and coding with Construct 2
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...
Hi everybody, this time we'll explore the mechanics behind missile command. And, as always, you can download the sprites used in the tutorial. HERE. Full playli...
Sometimes, calculating seemingly complex things can be simplified simply by thinking about the problem as a series of problems. Implementing behaviors where man...
Use the up arrow to jump, the other movements are automatic, we used the function that identifies the walls, and the character bounces back, user interaction is...
I recently received an email asking how I handle device rotation, so here it is! Create an upper most layer on all layouts and name it rotate. You need to creat...
Hi everybody, I haven't seen a frogger tutorial around here so this entry may be of help for some of you, or at least I hope so. Please enjoy! And, as always, y...
Hi everybody, I decided to make some tutorials recreating some classic games. I know that this is probably the tutorial number 1 million about ASTEROIDS but it...
Tutorial: Shatter-Box - APK Signer. If you stuck feel free to send me PM. I don't get notifed about comments here, so it's better if you send me a PM. Thanks!
Recently I made a new game and wanted to implement subtle fade in and fade out transitions. In the past I had used an example from a previous tutorial using the...