Construct 3 provides an easy way to make savegames . These allow your players to save the game , then come back later and load it from exactly where they left o...
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...
First in a new project , add a Text object just change the name to "Data " , add a Textbox object , put it under Text and name "Area" , finally creates two Butt...
The SpriteFont+ plugin extends the existing Sprite Font native plugin to include richer support for individual character widths during editing and runtime. The...
Here is a method for supporting multiple languages using XML and project files . Each language will have it’s own file called strings. Xx .Xml where xx is the t...
These technologies have been retired. Use Cordova instead. This tutorial is preserved for archival reasons only. The Intel® XDK provides HTML5 publishing servic...
Construct includes the Physics behavior, powered by the Box2D physics engine. This allows you to have objects moving with real-world physics. Click here to open...
Android apps, stored in APK files, must be signed before they can be published. This verifies that you're the publisher and that they've not been tampered with...