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 r176
Release r176 was published on 18 Nov, 2019
The main change this release is project files are no longer grouped in the Project Bar. Previously files with the same name but different extensions, like sound.ogg and sound.m4a, would be grouped in to a single "sound" item in the Project Bar with the .ogg and .m4a items underneath it. This was originally done to support Construct 2 projects that use multiple sound file formats - but these days C3 just uses WebM Opus as the only format. Meanwhile the grouping had become problematic for other cases, such as creating an unwanted group for files like main.html and main.js, which could not then be separated in to different folders. Therefore it was time to remove the feature and go back to not grouping files.
Unfortunately this grouping feature was deeply embedded in to the editor code, and it was quite a big project to get rid of it all. Therefore there's a risk a few things got broken along the way, so be on the lookout for any new bugs. However it now means project files can be sorted appropriately in folders, which is especially important for the scripting feature. It also considerably cleaned up the editor code with nearly 1000 lines of code being removed, which is nice for us too!
To go along with this change, many of C3's example projects were originally designed in C2 and used multiple audio files, and those have all been replaced with a single WebM file equivalent. This actually had a nice benefit of substantially reducing the download size of those project files, since there's no need for multiple copies of every sound file (including in some cases uncompressed WAV files). Finally as ever there's a few other adjustments and bug fixes detailed in the changes below.