Skip to content

jason53415/blockly-app

Repository files navigation

⚠️ WARNING
Blockly-App is deprecated after version 1.2.6. The latest version will continue to be released under the name PAIA-Desktop.

Blockly-App

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.

Downloads

Pre-built installers of latest release can be downloaded from the links below.

Windows 64-bit

macOS 64-bit

Linux 64-bit

Building

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.