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 r177
Release r177 was published on 25 Nov, 2019
There's a new Storage Cleanup dialog in this release, which you can find with Menu - View - Storage cleanup. We've noticed some users often see "out of storage" errors, in which case it prompts to use this dialog to free up space and ensure all of Construct's features can keep working smoothly. In general if you are online you can clean up everything and it will just download again next time you use it. However if you are working offline see the notes in the dialog and make sure you don't clean up something you need.
In this release the Timeline Bar has also been updated to use an inheritence pattern for some properties. Previously changing something like the animation mode of a timeline would also change the setting for all child items (like keyframes). Instead the child items generally use a "default" setting which inherits from the parent. It's a fairly subtle change and shouldn't break anything, but is something to be aware of while editing timelines. Also in this release the Tilemap bar and Tile Brush editor have seen some refinements.
The scripting feature has also seen a few improvements, including the new capability to load a custom ImageData in to DrawingCanvas, and access the AudioContext used by Construct's Audio plugin. These are interesting for doing things like procedurally generating pixel data and displaying it, or generating your own AudioBuffers in script and playing them back. The two new Drawing Canvas: generated image and Sound synthesis examples show exactly that. Finally as ever there's a big batch of bug fixes!