Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 2.66 KB

README.md

File metadata and controls

47 lines (40 loc) · 2.66 KB

Code Blockly

English | 简体中文


FOSSA Status

Introduction

Code Blockly is a graphical editor developed by Code Dream Star based on the open source Google Blockly, and its graphical interface in multiple languages is very conducive to novices to quickly get started programming and experience the fun of programming.

Use

Visit the web version

  • code-dream-star.github.io/code-blockly

Access the local version (available offline)

  1. Clone the repository (https://github.com/code-dream-star/code-blockly.git)
  2. Open the project folder
  3. Double-click index.html to run it

Feedback

  1. GitHub Issues
  2. FeiShu Form
  3. QQ Group

Contribute to the contribution

  1. Fork the repository
  2. Create a new YourName_main branch
  3. Submit the code
  4. Pull Request to this repository

Acknowledgements