Generating unique random numbers is an essential technique for every game maker to know. This short tutorial demonstrates one way to use an array to generate a...
A common request is to customise Construct 2's loading screen. This can be done by using a loader layout , which is a special layout shown while the project is...
In this tutorial we'll see a method to create a "Load Game" layout and an in-game screen for saving/loading with more than one slot; Using Web-storage and an ar...
This series of video tutorials for more advanced Construct 2 beginners guides you step-by-step through the creation of a memory match card game with Construct 2...
Support for exporting Universal Windows Platform (UWP) apps is deprecated in Construct 3 and will be removed in a future release. Construct 2 is also scheduled...
A common request is to customise Construct 3's loading screen. This can be done by using a loader layout, which is a special layout shown while the project is s...
Construct projects are based on HTML5, which makes them perfectly suited for web publishing. This guide includes some useful information to know when publishing...
Construct can export your project as a traditional desktop app with NW.Js , which is basically a standalone version of the Google Chrome browser. In other words...
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....