Creditos Credits

Creditos y licencias

Que es dle Dragon Ball

dle Dragon Ball es un juego de adivinanza diario tipo Wordle basado en los personajes de la franquicia Dragon Ball. Cada dia aparece un personaje aleatorio; el jugador tiene intentos infinitos para identificarlo a partir de sus atributos (raza, origen, afiliacion, alineacion, colores de pelo y ojos, saga de debut, y estado). Tu score es el numero de intentos que necesitaste, no win/lose.

Este proyecto es un fan game no oficial, sin animo de lucro, sin vinculacion ni respaldo de Toei Animation, Bird Studio, Shueisha ni de ninguna otra entidad titular de la franquicia.

Estadisticas y roadmap

  • 150 personajes jugables verificados.
  • 21 razas distintas en el enum cerrado.
  • 23 sagas canonicas (Dragon Ball → Super → Daima).
  • 5 modos planeados: Clasico (disponible), Silueta, Tecnica, Cita, Emoji.

Despues del lanzamiento de los 5 modos de Dragon Ball llegan dos franquicias mas en este orden:

  • Demon Slayer — manga completo, proximamente.
  • Attack on Titan — manga completo (incluye arco Marley), proximamente.

Dragon Ball — titulares y derechos

Dragon Ball, todos sus personajes, nombres, imagenes, logotipos y elementos relacionados son propiedad intelectual de:

  • Akira Toriyama / Bird Studio — creador original y Bird Studio (manga, diseno de personajes).
  • Shueisha — editorial del manga en Japon y titular de derechos editoriales (Weekly Shonen Jump, V-Jump).
  • Toei Animation — titular de los derechos del anime Dragon Ball, Dragon Ball Z, Dragon Ball Super, Dragon Ball Daima, y las peliculas de animacion.

Cualquier elemento de la franquicia Dragon Ball reproducido en este sitio se usa exclusivamente con fines educativos y de entretenimiento no comercial, bajo el principio de uso justo / fair use.

Datos curados — Fandom Wiki

Los textos descriptivos, datos de personajes (razas, sagas, origenes, afiliaciones, alineaciones, colores de pelo y ojos), y otras informaciones enciclopedicas se han curado a partir de la Dragon Ball Fandom Wiki, disponible bajo licencia CC-BY-SA 3.0.

Cualquier obra derivada de estos datos debe mantener la misma licencia CC-BY-SA 3.0 y citar la fuente original.

Imagenes

Los avatares, retratos de personajes y siluetas usados en el juego proceden de las imagenes de infobox de Dragon Ball Fandom Wiki, originalmente propiedad de Toei Animation / Shueisha. Las imagenes se procesan en build (redimension, recorte y optimizacion WebP) para uso en el contexto del juego fan.

Credito general de imagenes:
Imagenes © Toei Animation / Shueisha. Recopiladas via Dragon Ball Fandom Wiki bajo CC-BY-SA 3.0.

El listado detallado de atribuciones por imagen se mantiene en /about-credits.md y se ampliara a medida que el pipeline de imagenes (MediaWiki API) complete la descarga en Fase 4.

Codigo abierto

El codigo fuente de dle Dragon Ball es 100% publico bajo licencia AGPL-3.0. Puedes auditarlo, hacer fork, abrir issues o proponer mejoras via pull request. Toda contribucion es bienvenida.

Tecnologia

  • Astro 4 — generacion de paginas estaticas + islands architecture.
  • Solid.js — UI interactiva del tablero de juego (isla hidratada).
  • Cloudflare Workers — API serverless y seleccion diaria del personaje objetivo mediante HMAC-SHA256 global (mismo personaje para todos los jugadores).
  • Inter y Rajdhani — tipografias self-hosted desde este mismo dominio (sin Google Fonts — AP-016). Inter: RSI Open Font License 1.1 via rsms.me/inter. Rajdhani: OFL 1.1 via Google Fonts.

Licencia del codigo fuente

El codigo fuente de este proyecto esta disponible bajo la licencia GNU Affero General Public License v3.0 (AGPL-3.0). Esto significa que cualquier version modificada que se ofrezca como servicio de red debe publicar su codigo fuente.

Disclaimer — Proyecto fan

Este sitio es un proyecto de fan independiente creado con fines recreativos. No esta afiliado, asociado, autorizado, respaldado ni de ninguna manera oficialmente conectado con Toei Animation, Bird Studio, Shueisha, ni con ninguna de sus subsidiarias o afiliadas.

Si eres titular de derechos y tienes alguna objecion sobre el contenido de este sitio, por favor contacta a traves del repositorio del proyecto.

← Volver al juego

Credits and licenses

What is dle Dragon Ball

dle Dragon Ball is a daily Wordle-style guessing game based on the Dragon Ball franchise characters. Every day a random character appears; the player has infinite attempts to identify them from their attributes (race, origin, affiliation, alignment, hair and eye colors, debut saga and status). Your score is the number of attempts you needed, not win/lose.

This project is an unofficial fan game, non-profit, with no affiliation or endorsement from Toei Animation, Bird Studio, Shueisha or any other rights holder of the franchise.

Stats and roadmap

  • 150 verified playable characters.
  • 21 distinct races in the closed enum.
  • 23 canonical sagas (Dragon Ball → Super → Daima).
  • 5 planned modes: Classic (available), Silhouette, Technique, Quote, Emoji.

After the launch of the 5 Dragon Ball modes, two more franchises arrive in this order:

  • Demon Slayer — complete manga, coming soon.
  • Attack on Titan — complete manga (includes Marley arc), coming soon.

Dragon Ball — rights holders

Dragon Ball, all its characters, names, images, logos and related elements are the intellectual property of:

  • Akira Toriyama / Bird Studio — original creator and Bird Studio (manga, character design).
  • Shueisha — manga publisher in Japan and holder of editorial rights (Weekly Shonen Jump, V-Jump).
  • Toei Animation — holder of the rights to the Dragon Ball, Dragon Ball Z, Dragon Ball Super, Dragon Ball Daima anime, and animated movies.

Any element of the Dragon Ball franchise reproduced on this site is used exclusively for educational and non-commercial entertainment purposes, under the fair use principle.

Curated data — Fandom Wiki

Descriptive texts, character data (races, sagas, origins, affiliations, alignments, hair and eye colors), and other encyclopedic information have been curated from Dragon Ball Fandom Wiki, available under the CC-BY-SA 3.0 license.

Any derivative work from this data must keep the same CC-BY-SA 3.0 license and cite the original source.

Images

The avatars, character portraits and silhouettes used in the game come from the Dragon Ball Fandom Wiki infobox images, originally owned by Toei Animation / Shueisha. Images are processed at build time (resize, crop and WebP optimization) for use in the fan game context.

General image credit:
Images © Toei Animation / Shueisha. Collected via Dragon Ball Fandom Wiki under CC-BY-SA 3.0.

The detailed per-image attribution list is kept in /about-credits.md and will be expanded as the image pipeline (MediaWiki API) completes its download in Phase 4.

Open source

The dle Dragon Ball source code is 100% public under the AGPL-3.0 license. You can audit it, fork it, open issues or propose improvements via pull request. All contributions are welcome.

Technology

  • Astro 4 — static page generation + islands architecture.
  • Solid.js — interactive UI for the game board (hydrated island).
  • Cloudflare Workers — serverless API and daily target character selection via global HMAC-SHA256 (same character for all players).
  • Inter and Rajdhani — self-hosted fonts from this same domain (no Google Fonts — AP-016). Inter: RSI Open Font License 1.1 via rsms.me/inter. Rajdhani: OFL 1.1 via Google Fonts.

Source code license

The source code of this project is available under the GNU Affero General Public License v3.0 (AGPL-3.0). This means any modified version offered as a network service must publish its source code.

Disclaimer — Fan project

This site is an independent fan project created for recreational purposes. It is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Toei Animation, Bird Studio, Shueisha, or any of their subsidiaries or affiliates.

If you are a rights holder and have an objection regarding the content of this site, please contact us through the project repository.

← Back to the game