From 0a12f11adecd2152d8ceba8540fced5ffb4a0291 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 6 Oct 2025 09:07:10 +0000 Subject: [PATCH] Update Scratch --- Scratch.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Scratch.md b/Scratch.md index d50664e..3c43fa4 100644 --- a/Scratch.md +++ b/Scratch.md @@ -1,6 +1,12 @@ # What is Scratch -_Scratch is a free, visual block based programming language._ +_"Scratch is a free, visual block based programming language."_ So what is scratch..? Its basically a way of getting you into coding quickly by creating games! Instead of writing the code, you can click and drag blocks that do different things and and arrange them in the logical flow that you want to create. +# Getting Started + +The [main Scratch page can be found here](https://scratch.mit.edu/). There are two ways of running scratch: + +- Directly through the browser - [click here and start creating immediately!](https://scratch.mit.edu/projects/editor/?tutorial=getStarted). You can +- Downloading [scratch to your computer or mobile here](https://scratch.mit.edu/download).