Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.2%) to scientific vocabulary
Repository
Task to Implement in the DevDungeon
Basic Info
- Host: GitHub
- Owner: rcbaron
- License: mit
- Language: Java
- Default Branch: master
- Size: 62.5 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
- Releases: 0
Metadata Files
README.md
Dungeon

The Dungeon is a multifaceted project for the gamification of educational content. It comprises three parts: "Game", "Dungeon" and "Blockly":
- "Game" constitutes a basic gaming platform that can be used in class to learn and deepen Java skills and allows students to develop their own role-playing game.
- "Dungeon" extends "Game" with numerous game elements and a Domain Specific Language (DSL) that can be used to "code" classic exercises and automatically convert them into a ready-made game. Players solve the exercises by playing the quests.
- "Blockly" adds a block-based programming language to the project. It is primarily aimed at programming beginners and can be used to visualise simple algorithms.
You can find an interesting report on our project in the news section of Bielefeld University of Applied Sciences (04 April 2024, in German).
Game: Dungeon Platform
The sub-project game is the foundation of the entire framework. It provides a programming
platform based on libGDX, which is intended to support easy development of rogue-like 2D
role-playing games in the Java programming language. It is particularly suitable for
programming beginners, as it already provides solutions based on the ECS architecture
pattern for complex tasks such as generating levels and drawing and animating characters.
This allows the user to focus on Java programming.
The Quickstart and the Documentation should help you get started quickly.

Dungeon: Learning by Questing
The sub-project dungeon extends "Game" and provides a wide range of game elements that can
be used directly to create a rogue-like 2D role-playing game.
Teachers can use the DSL provided by the project to conveniently devise typical exercises from the study context. The framework automatically translates these formally described exercises into various game scenarios and generates ready-to-play games as a result. There are also various control mechanisms that make it possible to devise customised learning paths. The exercises are presented as quests in the generated game. Teachers do not have to code the game mechanics themselves. (Well, of course you always can add your own mechanics using Java code.)
The Quickstart (German) and the Documentation (German) should help you get started.
The Dungeon: StarterKit provides you with everything you need to get started immediately without coding and/or compiling.

Blockly: Low Code Dungeon
The sub-project blockly extends "Dungeon" and uses Google's Blockly to provide a
graphical low-code user interface. The character in the dungeon can be controlled via a web
interface (locally), allowing users without in-depth programming knowledge to take part in the
experience.
The Documentation (German) should help you get started.

Requirements
Java SE Development Kit 21 LTS installed.
Known Limitations
Currently the path to the project files cannot contain any spaces, special characters or umlauts.
This project is intended as supplementary teaching material for German-language university courses and is therefore aimed at German-speaking students. If you have any questions, problems or suggestions, please feel free to contact us in English or German.
Credits
This project was funded by Stiftung für Innovation in der Hochschullehre.
The assets in game/assets/, dungeon/assets/ and devDungeon/assets/ are a mix from free and self created resources:
- Textures and animations:
- https://0x72.itch.io/16x16-dungeon-tileset (CC0 1.0)
- https://0x72.itch.io/dungeontileset-ii (CC0 1.0)
- Music and sound effects:
- https://alkakrab.itch.io/free-12-tracks-pixel-rpg-game-music-pack (CC0 1.0)
- https://opengameart.org/content/50-rpg-sound-effects (CC0 1.0)
- https://opengameart.org/content/hurt-death-sound-effect-for-character (CC0 1.0)
- https://opengameart.org/content/80-cc0-creture-sfx-2 (CC0 1.0)
- https://freesound.org/s/578488/ (CC0 1.0)
- Adapted and modified by @Flamtky:
- Files (except Health Potion) in
dungeon/assets/items/potion/(originating from @dkirshner) - Files in
game/assets/dungeon/*/flooreachfloor_damaged.png(originating from @dkirshner) -
floor_1.pngingame/assets/dungeon/fire/floor/(originating from @dkirshner)
- Files (except Health Potion) in
- Self created by @Flamtky:
- Files in
devDungeon/assets/objects/spawner/
- Files in
Licenses
This work by André Matutat, Malte Reinsch, and contributors is licensed under MIT.
All files in doc/publication/ are licensed under CC BY-SA 4.0.
All files in game/assets/, dungeon/assets/ and devDungeon/assets/ are licensed under CC0 1.0.

Owner
- Login: rcbaron
- Kind: user
- Repositories: 1
- Profile: https://github.com/rcbaron
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Dungeon
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: André
family-names: Matutat
- given-names: Malte
family-names: Reinsch
repository-code: 'https://github.com/Dungeon-CampusMinden/Dungeon'
abstract: >-
The Dungeon is a tool to gamify classroom content and
integrate it into a 2D Rogue-Like role-playing game. It
provides its own description language (the Dungeon
Description Language) with which tasks and game content
can be defined and loaded into the game.
keywords:
- java
- dungeon crawler
- roguelike
- game based learning
- oer
license: MIT
GitHub Events
Total
- Delete event: 3
- Issue comment event: 3
- Push event: 3
- Pull request event: 10
- Create event: 10
Last Year
- Delete event: 3
- Issue comment event: 3
- Push event: 3
- Pull request event: 10
- Create event: 10
Dependencies
- actions/checkout v4 composite
- actions/setup-java v4 composite
- @esbuild/android-arm 0.18.11 development
- @esbuild/android-arm64 0.18.11 development
- @esbuild/android-x64 0.18.11 development
- @esbuild/darwin-arm64 0.18.11 development
- @esbuild/darwin-x64 0.18.11 development
- @esbuild/freebsd-arm64 0.18.11 development
- @esbuild/freebsd-x64 0.18.11 development
- @esbuild/linux-arm 0.18.11 development
- @esbuild/linux-arm64 0.18.11 development
- @esbuild/linux-ia32 0.18.11 development
- @esbuild/linux-loong64 0.18.11 development
- @esbuild/linux-mips64el 0.18.11 development
- @esbuild/linux-ppc64 0.18.11 development
- @esbuild/linux-riscv64 0.18.11 development
- @esbuild/linux-s390x 0.18.11 development
- @esbuild/linux-x64 0.18.11 development
- @esbuild/netbsd-x64 0.18.11 development
- @esbuild/openbsd-x64 0.18.11 development
- @esbuild/sunos-x64 0.18.11 development
- @esbuild/win32-arm64 0.18.11 development
- @esbuild/win32-ia32 0.18.11 development
- @esbuild/win32-x64 0.18.11 development
- esbuild 0.18.11 development
- fsevents 2.3.3 development
- nanoid 3.3.6 development
- picocolors 1.0.0 development
- postcss 8.4.31 development
- rollup 3.28.1 development
- source-map-js 1.0.2 development
- typescript 5.2.2 development
- vite 4.5.3 development
- @tootallnate/once 2.0.0
- abab 2.0.6
- agent-base 6.0.2
- asynckit 0.4.0
- blockly 10.1.3
- combined-stream 1.0.8
- cssstyle 3.0.0
- data-urls 4.0.0
- debug 4.3.4
- decimal.js 10.4.3
- delayed-stream 1.0.0
- domexception 4.0.0
- entities 4.5.0
- form-data 4.0.0
- html-encoding-sniffer 3.0.0
- http-proxy-agent 5.0.0
- https-proxy-agent 5.0.1
- iconv-lite 0.6.3
- is-potential-custom-element-name 1.0.1
- jsdom 22.1.0
- mime-db 1.52.0
- mime-types 2.1.35
- ms 2.1.2
- nwsapi 2.2.7
- parse5 7.1.2
- psl 1.9.0
- punycode 2.3.0
- querystringify 2.2.0
- requires-port 1.0.0
- rrweb-cssom 0.6.0
- safer-buffer 2.1.2
- saxes 6.0.0
- symbol-tree 3.2.4
- tough-cookie 4.1.3
- tr46 4.1.1
- universalify 0.2.0
- url-parse 1.5.10
- w3c-xmlserializer 4.0.0
- webidl-conversions 7.0.0
- whatwg-encoding 2.0.0
- whatwg-mimetype 3.0.0
- whatwg-url 12.0.1
- ws 8.13.0
- xml-name-validator 4.0.0
- xmlchars 2.2.0
- typescript ^5.2.2 development
- vite ^4.5.3 development
- blockly ^10.1.3