When comparing Scratch vs Stride, the Slant community recommends Scratch for most people. In the question“What are the best game engines for point & click adventure games?” Scratch is ranked 45th while Stride is ranked 46th. The most important reason people chose Scratch is:
Code is represented as [visual building blocks](http://www.instructables.com/id/How-to-use-Scratch/) that makes it easy to understand how a program is put together.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Visual
Code is represented as visual building blocks that makes it easy to understand how a program is put together.
Pro Great starting point for kids
Scratch was developed specifically for kids ages 8 and up as an exciting way to introduce them to technology. It's designed to be easy to learn, but still provides good depth in computational thinking.
Pro Easy to learn
Scratch is designed to teach computational thinking rather than focus on specific syntax. It was designed specifically to be easy to learn for anyone over the age of 8.
Pro Highly structured
The language is highly structured. Therefore, it gives you the essentials of how to think like a programmer and teaches you good programming practices from early on, so you could write clean, working and readable code in the future.
Pro No need to be able to type
Pro Can be used to create games
Pro Good looking and fast
Looking nearly as good as Unreal Engine 4, but rendering significantly faster.
Pro No royalties or licensing fees
Pro Projects are normal Visual Studio solutions
No proprietary project format, so it works with all the official .NET tooling.
Pro Supports Visual Studio
Pro Very modern render engine
Pro Powerful 3D Rendering Engine
Supports Vulkan. You can achieve good quality as in Unity3d and Unreal Engine
Pro Straightforward editor
Stride provides a simple and clean working environment for designing games.
Pro Community seems friendly and is growing
Pro Engine AND Scripting are both C#
Since the engine is written in the same language as the scripting, there is no weird mix of technologies as other engines have.
Pro Supports Vulkan
Currently the only well known open-source game engine that supports Vulkan, and probably one of the only.
Pro Easy to learn and use C#
Pro Multiple Starter Templates
The engine comes packed with multiole example projects to help you get started.
Cons
Con For kids
For kids.
Con Won't get you a job
Scratch is not a language used in the workplace. Instead it teaches computational thinking, helping to create a foundation to aid in learning other languages.
Con Does not teach you programming
Learning Scratch might help you if you have high difficulty with logical thinking. However, starting with a proper programming language, especially an easy one, will give you the benefits of starting with something like Scratch and everything else.
Con Strange OOP
Scratch has a very strange implementation of OOP that is sprite based, and will become very confusing when you move to other languages.
Con Weird
It's straight up weird.
Con No terrain editor
Unless you like working on planes, there is no terrain support.
Con Editor is Windows only
Since version 1.7, Linux can be targeted for runtime. The editor for the engine is available only to Windows though.
Con Small user community
Unity and UE have a vast amount of user community.
Con Does not currently support Playstation or Switch games
Con Iteration may be slower than with other engines due to longer "build" times when certain changes are made
Con Shader system require's overhaul
Shader's are not easy to get to grips with and Stride's shader system. Needs overhauling for easier use.