Content deleted Content added
No edit summary |
Disambiguated: Script → script (computer programming), Developer → Software developer; Help needed: Variable, Grid |
||
Line 6:
}}
'''Hopscotch''' is a [[visual programming language]] developed by Hopscotch Technologies, designed to allow young or [[Beginners|beginner]] [[programmers]] to develop simple projects. Its simple [[User interface|UI]] allows its users to drag and drop blocks to create [[
==Software development==
The idea sprang from an existing programming tool, [[Scratch (programming language)|Scratch]], where the user drags blocks to create a script. This is much easier for children than typing out the [[code]] manually like in most programming languages. The [[
Hopscotch includes basic programming blocks and functionalities such as [[Variable (computer science)|variables]], [[Sprites (computer graphics)|sprites]] (called objects) and text objects, but also features considered more advanced such as self [[
== Editor ==
[[File:Hopscotch iPhone editor.png|thumb|Hopscotch iPhone editor]]
[[File:Hopscotch ipad editor.jpg|thumb|Hopscotch iPad editor|223x223px]]
The Hopscotch app uses a UI very similar to that of Scratch. Use of the [[Editing|editor]] is simple, all one has to do is open the editor, tap the object and script you wish to edit, open one of the block tabs, and drag out code blocks. Most code blocks can have [[Number|numeric]], text, or math inputs. e.g. the "move" block. The editor work area is mainly based on a [[grid]]{{dn|date=April 2021}} divided into X and Y-[[Coordinate system|coordinates]].
=== Editor history ===
|