Learn game development and animations with Construct
This is a continuation of my previous tutorial, Super Spooky House Part 1: Darkness & Torchlight. Here we're adding the background ghosties and flickering torch...
T his tutorial operates under the assumption you know what a keystore and signing a APK is. If you need to figure that out, Google it. Someone wanted a tutorial...
Has anyone bothers to check Scirra tutorial forum, you will always find someone to help and also all type of Construct 2 tutorials. If one can't find what they'...
Because it's Halloween, I am doing a couple of tutorials on creating an atmospheric haunted house. Here's a screenshot of what we're going to end up with: So in...
Construct 2 Game Development Tutorial for Begineer. This is a complete game tutorial. How I have made Android game "Ride Dual Cars" in Construct 2 without havin...
In this example I'm showing you a "more elegant" way to display upgrade costs, for example, for buildings. Here we got a lumbermill and goldmine, starting on "l...
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...
Translating a game or an app can be boring and very dificult sometimes. Now, with the Transalte plugin, it's a bit easy ! First, download the project from githu...
1st) Make global variable Highscore=0 = your in game highscore variable. Make Global variable Score=0 = your in game score variable. 2nd) System - start of layo...