BP Blockly User Guide

From BP Wiki
Revision as of 14:30, 16 April 2014 by Assaf (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 | Blockly link at

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.