When comparing Engine 001 Game Maker 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 Engine 001 Game Maker is ranked 62nd. 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 Light weight
An amazing minimal download size at around 100mb.
Pro Easy to use
Engine 001 allows you to get to making games quicker since you aren't putting allot of time into figuring out complicated interfaces.
Pro Visual scripting
By using pre-build behaviors\actions and more you can 'program' your game by simply 'linking' they in the editor.
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 New tricks for getting more money
As it doesn't have enough tutorials, and they don't wanna make more, so they just add some new services about one on one help which that cost 40$ for an hour.
Con Windows only
The editor is Windows only, no OSX or Linux versions are planned.
Con 3D features may not be enough for some users
The 3D capabilities of the engine are a bit limited (for today standards), and some of the times you'll need to work around to create something.
Con Not for beginners
Even those few tutorials don't teach you the very basics, and first you must learn the basics somewhere else (the submitted pros are by professional guys).
Con No successful/ good games
Just ask them about games made with this engine and you will see that even if you find some good games, those are mostly simple/small ones.
Con Poor performance
If you want to use more than a few actors/light/events, or you're trying to get a pretty look, you will get a significant drop in frame rates. This is especially true if you want to implement a moving light (something like a flashlight).
Con They don't fix the bugs for you quickly
If you encounter a bug or problem and report that as bug report, it will take about 1 week to get any answer, and if they solve that, the fixed version will just come up with next update for engine which that isn't be soon and no specific time, so maybe you have to wait for one month.
Con Some workflows can be confusing
Sometimes you have to do a time-consuming workaround to just do a simple function.
Con HTML5 export is poor
There are significant drops in frame rate; some bugs that can even ruin your game (also, looks like just run on firefox).
Con No IAP or Ads support
Are you a mobile developer? If so it's good to know that it has export for ios/Android but no support for IAP or Ads.
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.