Gosu vs Construct 3
When comparing Gosu vs Construct 3, the Slant community recommends Gosu for most people. In the question“What are the best 2D game engines?” Gosu is ranked 50th while Construct 3 is ranked 86th. The most important reason people chose Gosu is:
Gosu is not a game development framework, only a media library that happens to be suited to game development. (Kind of like SDL in the C world.) That means the interface is relatively small.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Lightweight
Gosu is not a game development framework, only a media library that happens to be suited to game development. (Kind of like SDL in the C world.) That means the interface is relatively small.
Pro Mature API, actively maintained and developed
Gosu has been under development since 2001. It is mature and has several toolkits built on top of it to provide additional functionality.

Pro Cross-platform, even mobile, using Ruby
Pro Runs in the browser
If you don't have your Chromebook, Construct 3 will run in the browser.
Pro Fast and small
Construct 3 loads really fast.
Pro Timeline
It has a timeline feature which allows you to make amazing animations.
Pro No installation required
As it runs in the browser you can load it on any computer and show your friends your work really quickly.
Pro Works on Chromebooks
Construct 3 works on a Chromebook without any issues.
Cons
Con Deploying Ruby apps is a mess
Games built with the Ruby to .exe "compiler" do nothing more than extract your source code and Ruby.exe to %TEMP%, then run it. The code is not really compiled at all. The process for wrapping games as Mac apps is a bit nicer, but you'll need a paid Apple Developer subscription to code sign the app, or users will see a warning/error when running your game.
The only way to really compile Ruby is to use RubyMotion, which does not work on Windows and requires a paid subscription on top of the Apple Developer one.
(This Con is not specific to Gosu. Deploying Ruby code has never been fun.)
Con Subscription based
It is subscription based pricing. It might not be for everyone.
