Difference between revisions of "BP Blockly User Guide"
From BP Wiki
(Created page with "= BP Blockly User Guide = = Introduction = BP is implemented in Google Blockly by introducing new programming blocks, and by using the co-routines (generators) facility of ...") |
|||
Line 1: | Line 1: | ||
− | = BP Blockly User Guide = | + | = BP Blockly User Guide = |
= Introduction = | = Introduction = | ||
BP is implemented in Google Blockly by introducing new programming blocks, and by using the co-routines (generators) facility of JavaScript. | BP is implemented in Google Blockly by introducing new programming blocks, and by using the co-routines (generators) facility of JavaScript. | ||
− | Behavioral programs written in Blockly are translated into and executed as JavaScript programs. | + | Behavioral programs written in Blockly are translated into and executed as JavaScript programs. |
− | = Installation = | + | = Installation = |
− | * Install Firefox browser version 15.0.1 or later. | + | * Install Firefox browser version 15.0.1 or later. |
− | * For online use: open with FireFox the designated | + | * For online use: open with FireFox the designated [ http://www.b-prog.org/BlocklyJS2/BP_Code/apps/BP || Blockly link ] |
− | on the web site www.b-prog.org with Firefox, or, to program locally on your PC: | + | on the web site www.b-prog.org with Firefox, or, to program locally on your PC: |
− | Download the zip file containing the Blockly and JavaScript package. | + | Download the zip file containing the Blockly and JavaScript package. |
− | Extract the zip file, preserving directory structure. | + | Extract the zip file, preserving directory structure. |
− | Open the folder demos . | + | Open the folder demos . |
Open the folder CodewithBP . | Open the folder CodewithBP . | ||
− | Right-click on file index.html . | + | Right-click on file index.html . |
− | Select Open With Firefox . | + | Select Open With Firefox . |
Look at example projects in the examples folder. | Look at example projects in the examples folder. |
Revision as of 14:32, 16 April 2014
BP Blockly User Guide
Introduction
BP is implemented in Google Blockly by introducing new programming blocks, and by using the co-routines (generators) facility of JavaScript. Behavioral programs written in Blockly are translated into and executed as JavaScript programs.
Installation
- Install Firefox browser version 15.0.1 or later.
- For online use: open with FireFox the designated [ http://www.b-prog.org/BlocklyJS2/BP_Code/apps/BP || Blockly link ]
on the web site www.b-prog.org with Firefox, or, to program locally on your PC: Download the zip file containing the Blockly and JavaScript package. Extract the zip file, preserving directory structure. Open the folder demos . Open the folder CodewithBP . Right-click on file index.html . Select Open With Firefox . Look at example projects in the examples folder.