Learn game development and animations with Construct
When you're working on a small project, keeping things well organised is a good habit, but not essential. However, when your project begins to grow, and you hav...
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...
Firebase Plugins for Construct 3 released! Firebase is an app development platform which provides API (Application Programming Interface) primarily for Database...
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...