Blockly-App is deprecated after version 1.2.6. The latest version will continue to be released under the name PAIA-Desktop. |
Blockly-App is a visual programming editor based on Blockly, and built on Electron. We designed it to make everyone can easily build AI to play games.
Pre-built installers of latest release can be downloaded from the links below.
To build Blockly-App from source you'll need Git, Python 3.6+ and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone --recursive https://github.com/jason53415/blockly-app.git
# Go into the repository
cd blockly-app
# Install Python dependencies
pip install -r requirements.txt
# Install Node.js dependencies
npm install
# Build Python executable
npm run make-py
# Build Blockly-App executable
npm run make
The built executables can be found in the out
directory.