You can use our "What License Do I Need" tool to quickly discover which license you're required to use. A full description of the licenses we offer exists below...
Construct 2's Text object supports Web Fonts , which are fonts hosted online. This is really handy for using interesting fonts because you can't guarantee every...
Construct 2 Release 74 introduced the ability to use Web Fonts in your projects. This allows you to add custom fonts to your games without having your players i...
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....
Have you finished your game and want to share it with the world? If you have your own website and some HTML know-how, you probably are comfortable integrating t...
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...
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...
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...