mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Update README.md
This commit is contained in:
parent
8d546fd279
commit
f8686a87bf
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ Scratch Blocks is a fork of Google's [Blockly](https://github.com/google/blockly
|
|||
*This project is in active development and should be considered a "developer preview" at this time.*
|
||||
|
||||
## Two Types of Blocks
|
||||
|
||||

|
||||
|
||||
Scratch Blocks brings together two different programming "grammars" that the MIT Scratch Team has designed and continued to refine over the past decade. The standard [Scratch](https://scratch.mit.edu) grammar uses blocks that snap together vertically, much like LEGO bricks. For our [ScratchJr](https://scratchjr.org) software, intended for younger children, we developed blocks that are labelled with icons rather than words, and snap together horizontally rather than vertically. We have found that the horizontal grammar is not only friendlier for beginning programmers but also better suited for devices with small screens.
|
||||
|
||||
*Only the horizontal grammar is available for preview at this time. The vertical grammar is in the design phase and will be added to the project over the next several months.*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue