Content tagged construct3

Our latest and greatest product that allows you to make your own games in the browser!

1,254 usages of this tag
UpvoteUpvote 8 DownvoteDownvote
This content is deleted
Tutorial
Using project files
Not favoritedFavorited Favorited 15 favourites

Construct allows you to import external files to your project. For more information, see the manual entry on Project Files . This tutorial covers some useful wo...

UpvoteUpvote 49 DownvoteDownvote
This content is deleted
Tutorial
Touch controls & detecting input method
Not favoritedFavorited Favorited 76 favourites

Often you'll develop a game with a keyboard and a mouse, but these days many devices have a touchscreen with neither a mouse nor a keyboard. If your game can on...

UpvoteUpvote 16 DownvoteDownvote
This content is deleted
Tutorial
How to "upgrade" an object to a family
Not favoritedFavorited Favorited 23 favourites

It's always good to plan ahead when making a project, and determine when you'll need a family in advance. However it's easy to forget and end up with a large nu...

UpvoteUpvote 76 DownvoteDownvote
This content is deleted
Tutorial
Publishing to the web
Not favoritedFavorited Favorited 64 favourites

Construct projects are based on HTML5, which makes them perfectly suited for web publishing. This guide includes some useful information to know when publishing...

UpvoteUpvote 14 DownvoteDownvote
This content is deleted
Tutorial
Exporting desktop apps with NW.js
Not favoritedFavorited Favorited 19 favourites

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...

UpvoteUpvote 11 DownvoteDownvote
This content is deleted
Tutorial
Publishing to the Scirra Arcade
Not favoritedFavorited Favorited 11 favourites

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...

UpvoteUpvote 174 DownvoteDownvote
This content is deleted
Tutorial
Supporting multiple screen sizes
Not favoritedFavorited Favorited 145 favourites

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....

UpvoteUpvote 11 DownvoteDownvote
This content is deleted
Tutorial
How to export Windows Store apps
Not favoritedFavorited Favorited 10 favourites

Support for exporting Universal Windows Platform (UWP) apps is deprecated and will be removed in a future release. Consider publishing to Windows with the Windo...

UpvoteUpvote 72 DownvoteDownvote
This content is deleted
Tutorial
Building Android apps (APKs) in Construct 3
Not favoritedFavorited Favorited 78 favourites

Construct 3 has its own mobile app build service, which can build your mobile apps for you. This feature is only available to subscribers . Here's how to get Co...

UpvoteUpvote 20 DownvoteDownvote
This content is deleted
Tutorial
Building mobile apps locally with Cordova CLI
Not favoritedFavorited Favorited 27 favourites

Both Construct 2 and Construct 3 export Android and iOS apps using a technology called Cordova . This is a library that helps build and run mobile apps. Advance...