Groove is a web-based, visual programming editor. Users can create sprites and sounds and drag blocks together to build programs. The editor is forked from blocky, all other code is made from scratch. All code is free and open source.
The project page/editor is https://grooveprogramming.github.io/editor
Creating custom blocks https://developers.google.com/blockly/guides/create-custom-blocks/overview
- The editor will fill the whole screen when you open a script from the assets.
- The blocks will be split up into different categories (in concept art).
- Scripts can be named (in concept art).
- Something like @Griffpatch's scratch developer tools will be built in (in concept art).
Motion
- Blocks
Looks
- Blocks
Sounds
- Blocks
Events
- Blocks
Control
- Blocks
Sensing
- Blocks
Operators
- Blocks
Variables
- Blocks
Custom Blocks / My Blocks
- Blocks
Want to contribute? Great! First, read our guidelines for contributors.
Groove is currently in early development. All releases will be under the releases tab in the code section.