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 r150
Release r150 was published on 20 May, 2019
This release is mainly a maintenance update with various bug fixes and improvements. However we have extended the last release's support for async actions to behaviors, and now the Pathfinding behavior's 'Find path' action can be used as an async action, as well as its actions to regenerate the obstacle map (since those don't take immediate effect).
Other than a batch of bug fixes we've done a fair amount of work to restructure the editor and ensure it loads quickly and in a small download. Over time it's easy for things to gradually get bloated as we add new features and write more code. The latest changes should ensure the editor is still quick to start up even after we add more features later. This involves a mixture of loading more resources in parallel, reducing the number of network requests involved, and postponing some of the loading until the Start Page appears. In particular resources only needed once a project is opened - such as addons - continue to load in the background while the Start Page is showing. Previously these would be loaded during the main editor loading screen. This means you don't need to wait for any of that content to load before the editor loads, allowing you to get started picking a project to open sooner. If things are loading slowly and you open a project before they're ready, the editor will then show a progress bar waiting for it to finish before continuing. One of the nice things about this approach is no matter how many more addons we add, it won't make it take any longer for the Start Page to appear.
Note these have been some pretty fundamental changes, so look out for anything that might have been broken along the way. Other than that, we are cooking up some bigger changes as well, so stay tuned for more updates!