Skip to content

robinaly/blockly-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockly Algorithms

This project provides exercises to formulate algorithms for basic computer science algorithms made for students without programming knowledge. To this end, the project uses Google's Blockly to allow students to assemble their algorithms. In contrast to Google's Blockly Games, which allows to define simple programs, this project focuses on algorithms, where each algorithm can solve a class of problems.

The site is entirely written in html and java script. In principle, there are no server processes needed.

You can find a demo here

Requirements

This project has been only tested on Chrome 53.0.2785.116 (64-bit). It is known that the pages are not displaying correctly under older version of Firefox.

Usage

You can use the start_dev.bash script to start a web server on your computer or upload the project to a web space of your choice.

Example

To be more concrete, one of the problems is sorting numbers, which is displayed as follows:

Sorting Numbers

A possible solution in blockly might looks like this:

Solution

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published