Most games have to work on different sized screens. This can be different size phone or tablet screens, resized browser windows, display resolutions, and so on....
Often a criticism of HTML5 games is that you can't run them from desktop or start menu shortcuts like you do for other games. However, this is in fact possible...
When you preview a game in Construct 2, it runs a local HTTP server to run the game. This is to make it work as if it were really online, and also to get around...
This tutorial is out of date; You don't need to follow those steps, just pick the 'node-webkit' export option in Construct 2 and it will do everything automatic...
In this tutorial we are going to add some additional functionality to our platformer games in the form of a double jump action for our character. This is a tuto...
So this might seem like a fairly straightforward tutorial but for the user who is beginner/intermediate this might help! I spent a lot of time and a lot of swea...
This tutorial assumes you have already read Multiplayer tutorial 1: Concepts , Multiplayer tutorial 2: Chat room and Multiplayer tutorial 3: Pong . The first tu...
This tutorial is part of my series on productivity and project management in Construct 2. In one of my previous tutorials, “ How to improve your Construct 2 cod...
In the last tutorial, we initiated a transition towards the world of design. Today’s topic is the Principles of Design. They structure the very core of the desi...