Brickbreaker Code makes robot programming a breeze. Drag colourful blocks together and control your LEGO® SPIKE™ Prime Hub – without writing a single line of code. The web version is completely free.
Brickbreaker Code was built especially for young programmers. Simple, clear, and still powerful enough for real competitions.
From movement and sensors to loops and conditions – everything you need for FLL and WRO competitions, all as colourful, easy-to-understand blocks.
No visible source code, no confusing menus. Create programs, duplicate them, or share them with your team via export/import.
An integrated coach spots common mistakes like duplicate port assignments or incorrect motor combinations and gives you helpful tips.
Connect wirelessly via Bluetooth to your LEGO® SPIKE™ Prime Hub. Supports both the stable and the development firmware from Pybricks.
Display your team or club name right inside the app. Define your own functions and variables – just like the pros.
Available in German, English, French, and Ukrainian. Everyone can join in, no matter what language they speak.
From block selection to Bluetooth connection – get a feel for the app.
Whether you want to learn programming yourself or you're running a robotics club – Brickbreaker Code is made for you.
Love LEGO® and want to bring your robot to life? With Brickbreaker Code you don't need to type a single line of code!
Looking for a tool for your coding club, computer science lessons, or FLL/WRO competition prep?
Use Brickbreaker Code right in your browser – free and without signing up. The iPad app is also available on the App Store (paid).
Brickbreaker Code is free software under the AGPL-3.0 licence. The full source code is available on Codeberg. The web version is free to use. By purchasing the iPad app you support further development.
# Run Brickbreaker Code locally
$ git clone https://codeberg.org/
softyde/brickbreaker-code.git
$ cd brickbreaker-code
$ npm install
$ npm run dev
✓ Server running on localhost:5173