What is the Blockly Dungeon?
The Blockly Dungeon is our beginner-friendly coding learning environment.
With Blockly Dungeon, you can take your first steps into the world of programming.
For more information, see our documentation.
How to Play?
First, you need to decide whether you want to play the web version with a block-based programming interface (recommended if you are new to programming), or the desktop version, where you use Java code to solve the riddles in the dungeon.
Web Version
- Install Java 21 on your system
- Download the
Blockly-web.jarfile below - Start the dungeon by double-clicking the JAR file
- or run
java -jar Blockly-web.jarin your terminal
- or run
- Open your browser and go to http://localhost:8081/
Desktop Version
- Install Java 21 on your system
- Download the
Blockly-desktop.jarfile below - Start the dungeon by double-clicking the JAR file
- or run
java -jar Blockly-desktop.jarin your terminal
- or run
- Install Visual Studio Code
- Download the
.vsixfile below and install the extension (see next) - In VS Code, create a new file with a
.javaextension - Use the cheat sheets to write your code:
- Click
Run Blockly Codein the top-right corner of Visual Studio Code to see your work in action
Install the extension:
- Open Visual Studio Code
- Go to the Extensions view (click the Extensions icon in the Activity Bar on the side or press
Ctrl+Shift+X) - Click the three dots (
...) in the top-right corner of the Extensions view to open the "More Actions..." menu - Select "Install from VSIX..."
- Navigate to the downloaded
.vsixfile and select it - VS Code will install the extension and may prompt you to reload the window
Blockly Dungeon is part of the "Produs" project funded by: EFRE-20300105, Pakt für Informatik 2.0, EFRE/JTF NRW 2021--27