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).