QuantStack / jupyterlab-blockly

Blockly extension for JupyterLab
https://jupyterlab-blockly.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
55 stars 16 forks source link

Design games using blocks #98

Open DenisaCG opened 3 months ago

DenisaCG commented 3 months ago

A great feature would be to create some games which the users can play using blocks, such as escaping a maze.

Each game can register a new toolbox, with each own set of blocks needed to play the game. The workspace would need an animation part, where the user can visualize the actions they are taking using the blocks.

This feature can also be an extension built on top of jupyterlab-blockly, e.g: jupuyterlab-blockly-games.