When comparing GameSalad vs ct.js, the Slant community recommends ct.js for most people. In the question“What are the best 2D game engines?” ct.js is ranked 55th while GameSalad is ranked 64th. The most important reason people chose ct.js is:
ct.js is bundled with examples, docs, and easy to follow tutorials. Documentation and tutorials are available in a side panel on every screen.
Specs
Ranked in these QuestionsQuestion Ranking
Pros

Pro Cross-Platform
Pro No-code editor
Pro Has a Windows(.exe) version on par with Mac
The Windows version is now upto date with all the features of its Mac sibling.
Pro Multiple publishing platforms
Can create and publish games for iOS, Macintosh desktop and laptop computers, Android, Kindle, Amazon FireTV and FireTV Stick, Windows 8 and Tizen devices.
Pro Gamepad support
Gamepad support is available as of 0.13.3.
Pro Free standalone viewer app allows instant, live mobile device testing
The GameSalad Viewer is a free app available for iOS, Android and Kindle. Once installed on your mobile devices, you can deploy and test your GameSalad games live on any mobile device running the Viewer that is on the same local network as your dev computer.
This even allows Windows users to test their games on iOS devices without a Mac device and without any complicated code signing or provisioning profiles.
And, you can even take your games with you -- once loaded onto your mobile device, a history option caches recent games on your device without any connection to the dev computer.
Pro Allows you to focus on the logic rather than code
Since the user mainly uses menu options there is very little code needed to be keyed in. This makes the code very easy to read and understand.
Hence there are many help videos on youtube
Pro Extensive community of seasoned professionals for support
Extensive community of seasoned professionals in all disciplines (graphics, game design, animation, physics, music, video production, marketing, etc.) producing tutorials, videos, publishing tips, free templates and who are willing to answer forum questions and help newcomers.
Pro Powerful expression editor and functions
Allows you to create expressions on par with LUA (it's back end-language).
Pro Custom collision shapes with JSON support
Allows you to import JSON data for custom collision shapes to use with Gamesalad's implementation of Box2d physics.
Pro Easy to publish
Software prepares your app so you can just send it to Apple. All my games are reviewed with no problems.

Pro Drag and drop editor
The drag and drop editor makes GameSalad very easy to use, no programming experience needed.
Pro Great engine
Very quick to learn and great for making games. Community is very open and helpful.
Pro Beginner-friendly
ct.js is bundled with examples, docs, and easy to follow tutorials. Documentation and tutorials are available in a side panel on every screen.
Pro Skeletal animations with DragonBones support
You can import skeletal sprites and animations from DragonBones, which is also free. Skeletal animations are added to objects through code; developers can listen to marked events in animation, and ct.js automatically associates sounds in a DragonBones project with the game's assets.
Pro Good code editor
The built-in code editor comes with error checking, type checks, code completions accompanied with docs, multiple cursors support, and other modern features.
Pro Open source (MIT)
This means that no one will ever put any features behind a paywall and that you can reliably use ct.js in any projects without worrying about licensing. And you can hack on ct.js!
The repo is at https://github.com/ct-js/ct-js
Pro Tileset support
ct.js supports tiles in rooms, including collision checks and some extra editor tools, like bulk migration to a new tile layer or shifting by an exact value.
Pro WebGL and WebGL2 support
Starting with v1.0.0-next-1, you can now write WebGL games. WebGL support is based on Pixi.js.
Pro Modular approach
ct.js has a "Core" library that provides basic drawing functions, room and asset management, and mouse interactions. Any other functions are added to projects as "catmods", or simply modules. These modules can be enabled or disabled in one click, and can inject their code in different game loop stages, e.g. after drawing all the objects, leaving a room, or when a new object is created.
Pro Applicable to most genres
ct.js aims to be a general game engine and provides tools in making games of any genre.
Pro Dialogue and visual novel system with support for Yarn
A module ct.yarn allows developers to import a YarnSpinner project to create branching, data-driven dialogues and visual novels. An example is also bundled with ct.js.
The dialogue tree is made in a separate app, though.
Pro Real-time particle system editor
v1.3 brings a particle system editor, which displays a preview sprite for proper attachment of emitter to visual elements, and allows combining more than one emitter with different particles into one effect. With these, even the creation of complex, multi-step effects becomes easy. The editor comes with dozens ready-made textures for faster prototyping.
Cons
Con Bad editor
There is no scene zoom, search boxes, or snap to grid. There is also no ability to focus view on the actor or use folders for file structure.
Con Expensive compare with others
There is no free version any more and it is very expensive compared with other engines.
Con Poor editor performance
Especially when you're working on a big project.
Con No scripting language or SDK
If a needed behavior is not supplied by GameSalad, there's no way to add it.
Con Product is suffering - Lacking company leadership and no voice from corporate
Some customers are currently in a holding pattern from the lack of support and messaging from GS corporate. GS is currently unstable and developers are waiting for another update that has been going on from 2015.
No word or message from GS corporate about timeframes or deliverables.
You can read the ongoing discussion here.
Con Product is in Limbo - company is lacking developers
Con Doesn't support Windows platform (*.exe)
Doesn't support Windows platform (*.exe)
Con Tile editing is a chore
No live brushes with automatic corner drawing, no fills or rectangular/linear placement. All tiles should be placed by hand, with a "Shift" key to place multiple tiles at once. This will make you ragequit if you want to make sophisticated RPG scenes :D
Con Slower than native games
JavaScript and WebGL are fast, but they will always lose in performance if compared to native games, so it may be a bad choice for graphics-heavy games.
