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...
A couple months ago I bought a contruct 2 game template to make a marketing proposal . Even with my little experience, I can tell that Construct 2 is a great pl...
Construct 2 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 wor...
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...
Often a criticism of HTML5 games is that you can't run them from desktop or start menu shortcuts like you do for other games. However, this is in fact possible...
Construct can export your project as a macOS desktop app using WKWebView . This is basically a version of the Safari browser engine that is built in to macOS. I...
Construct 2 supports exporting your games and apps to major mobile platforms with Cordova . Cordova is an open-source software library that allows HTML5 games a...
So I was looking for a why to host the exported version of my game prototype/mock, without too much effort if the source was already pushed to git hub. I also w...
This brief tutorial talks about the steps to publish a HTML5 game on itch.Io. The game is completed or currently being developed. The game is exported as a Web...