When comparing Ren'Py vs Adventure Game Studio, the Slant community recommends Adventure Game Studio for most people. In the question“What are the best 2D game engines?” Adventure Game Studio is ranked 23rd while Ren'Py is ranked 39th. The most important reason people chose Adventure Game Studio is:
Good for newbie game creators. Can be used for prototyping: on several occasions was used to make a demo/experimental version before creating a final commercial product on different engine.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Cross-platform
Available on Windows, Linux, OSX, iOS and Android.
Pro Active and friendly community
Pro Reasonably good at creating puzzle and point-and-click games
Pro Easy to learn tool
Good for newbie game creators. Can be used for prototyping: on several occasions was used to make a demo/experimental version before creating a final commercial product on different engine.
Pro Completely free and open source
AGS is licensed under Artistic License 2.0 and is completely free for use for creating both freeware and commercial games.
Pro Relatively well documented
Besides the manual there are multiple text and video tutorials and code samples written by community.
Pro Used for a number of high-profile commercial releases
Adventure Game Studio has been used to develop games such as "Resonance", "Blackwell" series, "Gemini Rue", "Primordia".
Pro Lots of assets available
An extensive library of game templates and script modules accumulated over years. You can construct a simple game in hours (if you know what you are doing).
Pro Friendly community
An old, big and active community which would support newcomers not only in learning basics of the engine, but can help with every aspect of game making (including art, voice acting, moral support, etc).
Cons
Con Not for every genre
While technically capable of creating 2D games in any genre, Ren'Py excels in creating visual novels and has a reasonable feature set for creating puzzle and point-and-click games. Other genres are best tackled by other engines.
Con Outdated Documentation and official built-in tutorials
Unfortunately, you will have to hunt relevant info on how Ren'py script works. The Ren'Py dev has the working tutorials on his Patreon, other than that you might as well just code in Python.
Con Requires knowledge of Python to use
Con Natively supports only 2D
2D only native support, 3D could be supported with plugins though.
Con Uses dated tech
Engine is based on the old technologies, which impose number of limitations and may cause problems on latest systems (level of annoyance varies depending on your priorities).
Con Graphics renderer is a bit dated
Graphics renderer is not well optimized for high-resolution games and complex effects.
Con No visual editor for scripts
You have to actually write all scripts yourself.
Con Development is slow
Further development of the engine is currently slow, done by only few people in their free time.
Con AGS Script isn't as full-featured as other scripting languages
Its own scripting language has lower syntax capabilities compared to modern script languages.
Con Assets cover almost exclusively adventure/quest genre
The features, script functions and game templates are very biased towards adventure/quest genre. The non-adventure games were made in AGS (2D shooters, platformers, turn-based strategies), but their development usually requires to write everything from scratch.
Con Workflow is closely coupled with the editor
Workflow is very tied to the editor and custom file formats, which can cause problems for bigger, more professional projects (interfering with source control, parallel development, automated builds, etc)