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 r184
Release r184 was published on 27 Jan, 2020
We did a mid-week release last week, so there's only a small number of changes in this release.
The main improvement is to image recompression on export. You can enable this when exporting to losslessly compress your image files as much as possible to save on the download size. Previously this used an asm.js version of PNGCrush. We've replaced it with a WebAssembly build of OptiPNG instead. The main advantage of OptiPNG is it can do palette reduction. This means it automatically identifies images with 256 colors or less, and recompresses them as 8-bit PNGs instead of 32-bit PNGs, which can be significantly smaller. This is especially effective for pixel art games, since they tend to use a low number of colors. For example we found Demonoire's images are about 33% smaller after recompressing with OptiPNG compared with the old PNGCrush. Also, as with anything upgraded from asm.js to WebAssembly, it's smaller and faster to run too.
As ever there's a few bug fixes too, including a notable fix for using local folder saves in Chrome, which could potentially corrupt the project if it used bundled addons. Thanks to @Rilem for helping us find and fix this!