Software Alternatives & Reviews

Scratch VS Godot Engine

Compare Scratch VS Godot Engine and see what are their differences

Scratch logo Scratch

Scratch is the programming language & online community where young people create stories, games, & animations.

Godot Engine logo Godot Engine

Feature-packed 2D and 3D open source game engine.
  • Scratch Landing page
    Landing page //
    2021-10-17
  • Godot Engine Landing page
    Landing page //
    2023-10-23

The game engine you waited for... Godot provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.

Godot is completely free and open-source under the very permissive MIT license. No strings attached, no royalties, nothing. Your game is yours, down to the last line of engine code.

Scratch videos

Scratch 3.0 Review: My Thoughts About Scratch 3.0

More videos:

  • Review - Numark PT01 Scratch Review
  • Review - Meguiar's scratch X 2.0 review

Godot Engine videos

Let's Try: Godot Engine - Is it good?

More videos:

  • Review - Godot Engine Review
  • Tutorial - GDScript (And Programming!) for Beginners in Godot 3.2

Category Popularity

0-100% (relative to Scratch and Godot Engine)
Kids Education
100 100%
0% 0
Game Development
19 19%
81% 81
Game Engine
13 13%
87% 87
Programming
100 100%
0% 0

User comments

Share your experience with using Scratch and Godot Engine. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Scratch and Godot Engine

Scratch Reviews

  1. TOO GOOD

    It is just awesome. you can make so many things WITHOUT A TEAM! If you are starting then this is an awesome place to start at.

    🏁 Competitors: Python, Java, Code.org
    👍 Pros:    Good UI|Remix|Works perfectly|100% free|Many, many languages

16 Scratch Alternatives
It can even permit anyone to access its junior program through which kids can learn how to make any app by taking their focus on the study related to programming. Scratch also comes with facilitating users with the permission to mix all the programming blocks so that they can create multiple characters for singing, jumping, dancing, moving, and more.
Coding Websites That Help Kids Learn Programming In A Fun Way in 2023
Scratch, created by MIT students, teaches coding by allowing students to create tales, games, and animations using programming blocks. There is a vibrant online community as well as a step-by-step tutorial to assist those who are just getting started. Students can also use an offline editor to revise their work. ScratchJr, a simplified version of the software, is targeted at...
20 Best Scratch Alternatives 2023
Unlike Scratch, Snap targets not only kids but also high school and college students. The platform provides a solution for serious computer science study, while Scratch focuses on just the basics.

Godot Engine Reviews

Best Game Engines for 2023 – Which Should You Use?
As for weaknesses, Godot does use its own personal language for scripting, called GDScript. While the language works fantastically and is reminiscent of Python (a favorite language for many developers), as it was specifically designed for Godot, experienced game developers may consider it tedious to adapt to yet another language. Additionally, as Godot is not as well known...
The Best Gaming Engines You Should Consider for 2023
Godot is free to use and it’s open-source through the MIT license. No royalties, no subscription fees, no hidden strings. The Godot engine is great for making both 2D and 3D games. The engine provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.
What Are the Best Game Engines?
Godot takes a unique approach with node and scene architecture to represent specific game functions, which some users find to be easier and more intuitive to use than some other game engines.
20 Best Scratch Alternatives 2023
The primary difference between Godot Engine and Scratch is that Godot Engine supports 3D game development. Scratch, on the other hand, is limited to 2D to keep the platform simple.
Best Game Engines for Linux in 2021
Godot engine is behind many popular games, and it has excellent compatibility with Linux and supports game export for multiple platforms.
Source: kerneltips.com

Social recommendations and mentions

Scratch might be a bit more popular than Godot Engine. We know about 558 links to it since March 2021 and only 447 links to Godot Engine. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Scratch mentions (558)

  • Ask HN: Modern Day Equivalent to HyperCard?
    LiveCode is about the closest literal logical successor to HyperCard. https://en.wikipedia.org/wiki/LiveCode?wprov=sfti1 That said, I think Scratch is a better learning environment these days and you can develop workable apps in the style of HyperCard. There are plenty of tutorials, documentation, and examples to work from. https://scratch.mit.edu. - Source: Hacker News / 3 days ago
  • Screen-free coding for children: the xylophone maze
    And https://codecombat.com, which has been around for a while now. I think this paradigm (navigating a character using "move" function invocations) is good but kind of exhausts its usefulness after a while. I question whether my daughter learns coding this way or just is playing a turn based top down platformer. The most code like thing is when you use 'loops' to have characters repeat sequences of moves. I... - Source: Hacker News / 2 months ago
  • Ask HN: Yo wants to build a game, I'm lost. What can I do?
    +1 Scratch! My son started with it, then expanded into Roblox/Lua. Children can download other people's games and experiment there. Scratch also has pre-made art, sounds, music. https://scratch.mit.edu/. - Source: Hacker News / 4 months ago
  • Ask HN: Yo wants to build a game, I'm lost. What can I do?
    I am also going to highly recommend Scratch[1]. That is what got me into a programming around that age. You can even help him make a website to host his games on. [1]: https://scratch.mit.edu/. - Source: Hacker News / 4 months ago
  • Ask HN: Yo wants to build a game, I'm lost. What can I do?
    This ! Learning to code will come after, spending time with your son writing down ideas might be more fun at first and it's a good time to teach him that games are thoughts first and then coded after. I would have recommended Scratch [1] for a first introduction instead of hoping into code right away, but since he is 9yo he will most likely want to hop on big game engine like he sees his favorite youtubers doing.... - Source: Hacker News / 4 months ago
View more

Godot Engine mentions (447)

  • Ask HN: Modern Day Equivalent to HyperCard?
    If he wants to advance in the game space then he can either keep in the "visual coding" area using something like https://www.construct.net/en or start heading down the text coding path with https://godotengine.org/ or https://www.lexaloffle.com/pico-8.php. - Source: Hacker News / 3 days ago
  • Tetris Development 1 - Setting Up
    Instead, I was recommended Godot by a fellow developer. It is an easy-to-pickup and beginner-friendly open-source engine, which I will use to develop the Tetris game. - Source: dev.to / 11 days ago
  • Web Game Engines and Libraries
    Https://godotengine.org/ and export to web . - Source: Hacker News / 12 days ago
  • Ask HN: Yo wants to build a game, I'm lost. What can I do?
    Godot [1] is a very nice game engine. There's a game on Itch.io that teaches the scripting language it uses [2], and a ton of great tutorials on YouTube for beginners and experts alike. [1]: https://godotengine.org/. - Source: Hacker News / 4 months ago
  • My thought on different engines
    Godot Engine is a free and open-source game engine. The story started as an in-house engine of an Argentinian studio in 2007, and since 2014, it's been a community-driven project with a lot of contributors. - Source: dev.to / 5 months ago
View more

What are some alternatives?

When comparing Scratch and Godot Engine, you can also consider the following products

Code.org - Code.org is a non-profit whose goal is to expose all students to computer programming.

Unity - The multiplatform game creation tools for everyone.

GDevelop - GDevelop is an open-source game making software designed to be used by everyone.

Unreal Engine - Unreal Engine 4 is a suite of integrated tools for game developers to design and build games, simulations, and visualizations.

Invent With Python - Learn to program Python for free

Blender - Blender is the open source, cross platform suite of tools for 3D creation.