BP Blockly User Guide

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

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

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.