Topic: Let's see how to setup user authentication in game with Construct 3 | Rest API Integration. If you have any issues with CORS: Try installing this extensi...
Thanks for choosing Construct 3! Let's get started making your first game. We'll be making the Spell Caster demo game. You'll learn everything you need to know...
There's been an update to this tutorial following the renaming of the Arcade. You can find the new version 'Publishing to the Construct Arcade' here! An easy wa...
Here is the preview link - Preview. Here is the exported folder - Exported Folder. Here is the capx - capx. To make this widget we need a few things first. - Th...
The new Scirra Arcade allows you to share your game with the world on the Scirra website itself! Here's what you need to know. To ensure players have a good exp...
Construct 2 games work offline. So long as the game has been downloaded once while online, the user can play the game again after going offline. This is great f...
Construct 2 has an AJAX object that will allow you to make a request to a target page in order to return the resultant data to AJAX.LastData where we can use th...
Edge scrolling is used in many of the real time strategy games where the layout is usually big. This is a feature in which the user can scroll through the layou...
So I've been thinking a bit about the scoring in a game. A Wikipedia article about Game scoring describes it actually very well. Scoring is basically a motivati...