Construct 3 lets you make your own game from your browser - no coding required! Create your first game from scratch with Construct 3's free game engine.
Learn to build your own games with hundreds of game maker tutorials. Construct 3 also comes bundled with lots of templates and example game files.
Create games rapidly and prototype new game ideas quickly. No tool lets you create games faster and easier than Construct 3. You currently have Javascript disabled, if you want to start building your own games with Construct 3 you'll need to enable it then refresh this page!
What's New in r205
Release r205 was published on 23 Jun, 2020
It's the start of a new beta release cycle! This release brings a number of improvements, but also several significant under-the-hood technology upgrades. The new features include support for wake lock in Chrome 84+ (due out in the next few weeks), allowing you to keep the screen on - particularly useful for motion-controlled games. There are also new wrap modes for Tiled Background, including mirrored repeat for an alternating pattern, and clamp to edge which is useful to avoid unwanted wrapping.
On to the technology upgrades, and first of all this release updates the Cordova iOS library to 6.0.0, with fully built-in support for WKWebView. It also makes it possible to run the app more efficiently on its own app: URL, instead of the file: URL used previously. However since storage is associated with the URL, changing the URL will cause all storage to be cleared. Therefore all existing projects will keep using the old file: URL, and new projects will use the new app: URL. You can also find a setting for this in the 'Advanced' section of Project Properties.
Secondly as long planned we've updated the NW.js desktop build to use mostly the same code as Chrome does. This allowed us to delete a large amount of duplicate code, reducing bloat in the editor and eliminating the maintenance overhead. However note due to known issues, you'll need to use NW.js 0.46.3+. This is currently only available as a nightly release but we expect it to be out soon.
Lastly we've switched the tool we use for compressing the editor's JavaScript code to Google's Closure Compiler. This was actually a significant project involving updating a lot of the editor code to be compatible with it. Closure Compiler produces smaller scripts that should be faster to load, and will make it easier to use the latest JavaScript features too. Hopefully you won't notice anything else, but be on the lookout for any new issues in case something was accidentally broken along the way. As ever there's more in the changes below, and happy testing!