Files
web-jailgames/static/games/pixel-dungeon/screenshot-1.svg
T
JailDesigner e337d7bc45 Implementación completa del sitio JAILGAMES (bloques A–J)
Sitio estático generado con Eleventy (11ty) + Nginx en Docker:
- Plantillas Nunjucks con layout base, tarjetas y fichas individuales
- Datos de juegos en YAML, colección ordenada por fecha
- CSS con tema oscuro gaming y diseño responsive (3/2/1 columnas)
- Lightbox vanilla JS para capturas de pantalla
- Build multi-stage Docker (node:20-alpine → nginx:alpine)
- 2 juegos de ejemplo con imágenes SVG placeholder

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 12:58:55 +02:00

24 lines
1.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="800" height="450" viewBox="0 0 800 450">
<rect width="800" height="450" fill="#0a0a12"/>
<!-- Cuadrícula de tiles -->
<rect x="100" y="100" width="600" height="260" fill="#16213e"/>
<!-- Paredes -->
<rect x="100" y="100" width="600" height="20" fill="#0f3460"/>
<rect x="100" y="340" width="600" height="20" fill="#0f3460"/>
<rect x="100" y="100" width="20" height="260" fill="#0f3460"/>
<rect x="680" y="100" width="20" height="260" fill="#0f3460"/>
<!-- Pasillos -->
<rect x="300" y="100" width="20" height="80" fill="#0a0a12"/>
<rect x="480" y="280" width="20" height="80" fill="#0a0a12"/>
<!-- Jugador -->
<rect x="190" y="200" width="16" height="16" fill="#4ecca3"/>
<rect x="194" y="196" width="8" height="8" fill="#eaeaea"/>
<!-- Enemigo -->
<rect x="500" y="230" width="16" height="16" fill="#e94560"/>
<rect x="504" y="226" width="8" height="8" fill="#a02040"/>
<!-- Objetos -->
<rect x="380" y="230" width="10" height="10" fill="#f4d03f"/>
<rect x="420" y="210" width="8" height="14" fill="#8e44ad"/>
<text x="400" y="430" text-anchor="middle" font-family="monospace" font-size="14" fill="#4ecca3">PIXEL DUNGEON — Nivel B1</text>
</svg>