Skip to content

pcordemans/blokken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blokken

Blockly-based programming environment.

Blokken screenshot

Getting started

Clone the repository or download all files and open index.html.

Features

  • Programming: drag blocks from the Blocks menu to the workspace. Execute the program with the green or red run button.
    • The green run button steps through the code.
    • The red run button continuously executes the code. Interrupting an infinite loop is not possible. Save the program to avoid losing it.
  • Navigation: Zoom and center.
  • View the corresponding JavaScript code.
  • Save the current program to an .xml file and load a program from xml
  • Change the language.

About

Blokken is based on Blockly, a library for visual programming by Google.

Blokken is no longer actively used by its original maintainer. However, it can still be used and contributions through pull requests are accepted.

Releases

No releases published

Packages

No packages published

Languages