Difference between revisions of "BP Blockly User Guide"

From BP Wiki
Jump to: navigation, search
Line 8: Line 8:
 
= 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 [[ http://www.b-prog.org/BlocklyJS2/BP_Code/apps/BP | Blockly link ]]
+
* 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:

Revision as of 14:34, 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

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.