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 r463
Release r463 was published on 25 Nov, 2025
In this release we've focused on a range of usability improvements. These include saving the editor user interface (UI) state per user account, so when you log in it will restore the arrangement of your interface you previously used with that account. Note this only saves to the local device so it won't sync to other devices, but it should still be useful to avoid logging out changing the UI, and allowing people who share the same device to more easily use the UI how they like it. Other usability improvements include more easily entering color properties, and scoping tag autocomplete per object/behavior. There's also a fix for pinned panes not auto-hiding promptly, and we've also adjusted the instance tags feature to be case-preserving while still being case-insensitive, so things like the Tags expression and the debugger show the original tags you entered rather than all lowercased.
We've also updated Monaco (the code and text editor) to the latest version. This brings a significant update to the editor's built-in TypeScript version, updating it from v5.4.5 to v5.9.3. One nice feature this enables is being able to now write TypeScript imports using the .ts file extension, which feels more natural than still requiring .js. We've updated the built-in TypeScript examples to do this. The update also includes three new translations for Monaco and brings the built-in type definitions up to date.
Finally we've added a new ColorToHexString expression to complement the HexColor expression added in the previous release, and also added a script API to be able to call custom actions from code. Happy testing!