Content tagged mobile

Similar Tags

Report Tag

239 usages of this tag
47
This content is deleted
Tutorial
Touch controls & detecting input method
66 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...

157
This content is deleted
Tutorial
Supporting multiple screen sizes
129 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....

55
This content is deleted
Tutorial
Building Android apps (APKs) in Construct 3
68 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...

20
This content is deleted
Tutorial
Building mobile apps locally with Cordova CLI
24 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...

17
This content is deleted
Tutorial
Using C3 to build C2 mobile exports
11 favourites

Construct 3 has its own mobile app build service to build Android APKs and generate Xcode projects from Cordova exports. You can also use Construct 3's build se...

22
21 favourites

Using the Construct 3 build service you can create an Xcode project, and use that to test and publish your game on iOS. This feature is only available to subscr...

42
This content is deleted
Tutorial
How to publish mobile apps
60 favourites

There are several ways you can export and build mobile apps from Construct 3. This tutorial outlines the various options, and links to other tutorials to explai...

13
This content is deleted
Tutorial
Manually signing Android apps (APKs)
16 favourites

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

8
This content is deleted
Tutorial
Touch Stick Controllers
94 favourites

Note(30 December 2013) Please note for the time being a new CAPX and test page links in the back are updated. Prior comments of the tutorial not working were ma...

1
This content is deleted
Tutorial
Simple browsing
5 favourites

1 Create new project and name it whatever you like (project mobile). 2 Create some button (see picture below). Now add this code to your events. Now test it it...

Similar Tags