When comparing Buildbox vs ct.js, the Slant community recommends Buildbox for most people. In the question“What are the best 2D game engines?” Buildbox is ranked 51st while ct.js is ranked 55th. The most important reason people chose Buildbox is:
Drag - and - drop editor without writing any line of code.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Drag - and - drop editor
Drag - and - drop editor without writing any line of code.
Pro Easy to learn
Buildbox is a drag and drop engine, making it easy for beginners to pick up. There are many tutorials available to help get you started.
Pro Has many game templates
Buildbox has 20+ different game templates including templates for platformers, racing games and Flappy Bird clones.
Pro Built-in support for ads
You can add banner and interstitial ads from multiple ad networks, including AdMob, RevMob, Facebook. They can work with Amazon's, Microsoft's, Google's and Apple's app stores.
Pro Develop once publish everywhere
Exporting iOS/Android/macOS/Windows/Steam/Amazon
Pro Cross-platform
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 Incredibly Expensive
$99/mo for full functionality probably makes this the least accessible piece of game development software in regards to price, all with a very limiting feature set.
Con You are restricted by it's limitations
For example, you can only make certain kind of games.
Con Not very powerful
You will be limited to using templates to build games.
Con Subscription Model
The two more reasonable price points limit the functionality of a software already far less powerful than many more cost effective alternatives.
Con Very expensive
Buildbox has a 15-day trial version, after that a $2675 license to use it must be bought.
Con Stability Issues
The software has stability issues on Windows, with the preview window causing program crashes when simple functionality is added.
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.