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 r345
Release r345 was published on 5 Jun, 2023
It's the start of a new release cycle and we have a big release for you today! First up is a brand new File System plugin which allows reading and writing files and even entire folders on disk. This relies on the File System Access API which is only supported in Chromium-based browsers like Chrome and Edge, and only on desktop systems (Android is not yet supported), for the time being. However it works in the NW.js and Windows WebView2 exporters with no permission prompts. Previously this kind of file access was only possible with the NW.js plugin and export option, but the new File System plugin allows using these features in browsers (including preview) and other export options too. See the new Text editor example to see it in action.
This release also includes some rendering improvements. First of all there is now support for WebGPU in exported projects for the Web, Arcade, NW.js and Windows WebView2 exporters (it remains disabled for other export options for the time being). This means you can now publish projects that make use of WebGPU! Please note WebGPU remains off by default and we're still working through some remaining issues before we enable it by default. Construct now also applies a default anisotropic filtering mode of 4x even for 2D projects, as it also helps improve the visual quality of objects resized in extreme ways, and should have a low performance impact. Finally we've found a way to significantly improve the performance of scaling Text objects - so now you should get a much better framerate in both the editor and runtime if you zoom a layout with Text objects.
There's also support for 3D image points - the 3D shape object has expressions to retrieve image points for each of the shape's faces, and even Sprite now has an ImagePointZ expression which takes in to account 3D mesh distortion. There's also a few usability improvements, various other changes and improvements, and as ever a batch of bug fixes. Happy testing!
Please note: due to staff time off, there will not be a beta release next week (12-16th June). The next beta release will be the following week (19-23rd June).