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 r468
Release r468 was published on 13 Jan, 2026
This week's beta release includes some new fullscreen modes Integer scale inner and Integer scale outer. These work the same as Scale inner and Scale outer, but much like Letterbox integer scale mode, will only use a whole number scale factor. This provides new options for entirely filling the screen, but preserving pristine pixel art, ensuring every pixel is displayed at the same size.
We've also added a new Fixed framerate mode, where you can choose a specific framerate like 30 FPS. This also applies a fixed delta-time (dt) value. We still recommend using v-synced mode for a smooth display: fixed mode uses a timer to schedule frames and so it won't necessarily correlate to the display refresh rate and so can still end up looking janky regardless of the fixed framerate you choose; and the fixed delta-time value means things will go in to slow motion if the target framerate can't actually be achieved. However it can be a useful tool for saving battery with a lower framerate, for quick test projects, or another way to test your use of delta-time is correct by checking movement at different framerates.
This release also includes some editor optimizations to help ensure large projects don't use too much memory while you work on them. As ever there's also a batch of other changes and bug fixes. Happy testing!