Learn game development and coding with Construct 3
This is part 9 of the tutorial series Learn Javascript in Construct . This part continues on from part 8. So in case you missed it, see Learn Javascript in Cons...
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...
This is part 6 of the tutorial series Learn Javascript in Construct . This part continues on from part 5. So in case you missed it, see Learn Javascript in Cons...
It can be useful to export a project to a single Windows .EXE file. It can be a convenient way to distribute projects, especially since it can be run directly f...
Support for exporting Universal Windows Platform (UWP) apps is deprecated in Construct 3 and will be removed in a future release. Construct 2 is also scheduled...
Construct supports writing Javascript code in both script files and event sheets. If you're new to the Javascript programming language, consider taking the Lear...
This is the final part 13 of the tutorial series Learn Javascript in Construct . This part follows on from part 12. So in case you missed it, see Learn Javascri...
In most games, you’ll probably find yourself needing to implement a menu of some sort. In its simplest form, a menu could be a button which the player clicks wi...
A common request is to customise Construct 3's loading screen. This can be done by using a loader layout, which is a special layout shown while the project is s...