diff --git a/src/_data/site.json b/src/_data/site.json
index 8cbb059..c5f804a 100644
--- a/src/_data/site.json
+++ b/src/_data/site.json
@@ -1,6 +1,6 @@
{
"name": "JAILGAMES",
- "tagline": "Jocs casolans, fets amb estima",
+ "tagline": "Jocs de la terreta fets en la Jail",
"url": "http://localhost",
"lang": "ca"
}
diff --git a/src/_includes/game-page.njk b/src/_includes/game-page.njk
index e9969f2..faab4f2 100644
--- a/src/_includes/game-page.njk
+++ b/src/_includes/game-page.njk
@@ -20,6 +20,7 @@ layout: base.njk
{% if game.genre %}{{ game.genre }}{% endif %}
{% if game.players %}{{ game.players }}{% endif %}
{% if game.engine %}{{ game.engine }}{% endif %}
+ {% if game.author %}{{ game.author }}{% endif %}
diff --git a/src/games/aee.yaml b/src/games/aee.yaml
new file mode 100644
index 0000000..2343839
--- /dev/null
+++ b/src/games/aee.yaml
@@ -0,0 +1,35 @@
+name: "Aventures en Egipte"
+slug: "aee"
+tagline: "Explora les piràmides i descobreix els seus tresors"
+description: |
+ En Sam s'endinsa en les tombes egípcies per descobrir els tresors amagats
+ a les piràmides. Però compte amb les mòmies i els engendres que custodien
+ cada cambra.
+
+ Port del joc original del 2000, creat per JailDesigner en Pascal.
+ Reconstruït en C++ amb SDL3 en 2025 per JailDoctor
+
+version: "1.0"
+release_date: "2000-03-03"
+tags:
+ - aventura
+ - retro
+ - 2D
+
+logo: "/games/aee/screenshot-1.png"
+icon: "/games/aee/icon.png"
+
+screenshots:
+ - "/games/aee/cover.png"
+ - "/games/aee/screenshot-1.png"
+ - "/games/aee/screenshot-2.png"
+ - "/games/aee/screenshot-3.png"
+ - "/games/aee/title.png"
+
+downloads: []
+
+engine: "C++ SDL3"
+players: "1 jugador"
+genre: "Aventura / Acció"
+repo: "https://gitea.sustancia.synology.me/JailDesigner/aee"
+author: "JailDesigner"
diff --git a/src/games/arounders.yaml b/src/games/arounders.yaml
index 2a9497f..f2f0249 100644
--- a/src/games/arounders.yaml
+++ b/src/games/arounders.yaml
@@ -7,20 +7,22 @@ description: |
estratègiques com cavar, escalar, perforar, construir escales i ponts,
i usar cordes per superar obstacles.
- Desenvolupat en C amb SDL3. Compatible amb teclat i ratolí.
+ Desenvolupat en C++ amb SDL3. Compatible amb teclat i ratolí.
version: "1.2.1"
-release_date: "2023-10-23"
+release_date: "2000-02-07"
tags:
- puzzle
- estratègia
- 2D
-logo: "/games/arounders/screenshot-2.png"
+logo: "/games/arounders/screenshot-1.png"
+icon: "/games/arounders/icon.png"
screenshots:
+ - "/games/arounders/cover.png"
- "/games/arounders/screenshot-1.png"
- - "/games/arounders/screenshot-2.png"
+ - "/games/arounders/title.png"
downloads:
- platform: "Linux"
@@ -36,7 +38,8 @@ downloads:
file: "/downloads/arounders/arounders-v1.2.1-raspi.tar.gz"
size: "3.3 MB"
-engine: "C, SDL3"
+engine: "C++ SDL3"
players: "1 jugador"
genre: "Puzzle / Estratègia"
repo: "https://gitea.sustancia.synology.me/JailDoctor/arounders"
+author: "JailDoctor"
diff --git a/src/games/cacaus.yaml b/src/games/cacaus.yaml
index f3efbc5..87ca942 100644
--- a/src/games/cacaus.yaml
+++ b/src/games/cacaus.yaml
@@ -16,15 +16,15 @@ tags:
- puzzle
- retro
-logo: "/games/cacaus/screenshot-3.jpg"
+logo: "/games/cacaus/screenshot-1.jpg"
icon: "/games/cacaus/icon.png"
screenshots:
- - "/games/cacaus/screenshot-0.jpg"
+ - "/games/cacaus/cover.jpg"
+ - "/games/cacaus/screenshot-1.jpg"
- "/games/cacaus/screenshot-2.jpg"
- "/games/cacaus/screenshot-3.jpg"
- - "/games/cacaus/screenshot-4.jpg"
- - "/games/cacaus/screenshot-1.jpg"
+ - "/games/cacaus/title.jpg"
downloads:
- platform: "Linux"
@@ -38,3 +38,4 @@ engine: "Lua"
players: "1 jugador"
genre: "Aventura / Puzzle"
repo: "https://gitea.sustancia.synology.me/JailDoctor/cacaus"
+author: "JailDoctor"
diff --git a/src/games/coffee-crisis-arcade-edition.yaml b/src/games/coffee-crisis-arcade-edition.yaml
index 84c5f1b..c683369 100644
--- a/src/games/coffee-crisis-arcade-edition.yaml
+++ b/src/games/coffee-crisis-arcade-edition.yaml
@@ -21,10 +21,11 @@ logo: "/games/coffee-crisis-arcade-edition/screenshot-1.png"
icon: "/games/coffee-crisis-arcade-edition/icon.svg"
screenshots:
+ - "/games/coffee-crisis-arcade-edition/cover.png"
- "/games/coffee-crisis-arcade-edition/screenshot-1.png"
- "/games/coffee-crisis-arcade-edition/screenshot-2.png"
- "/games/coffee-crisis-arcade-edition/screenshot-3.png"
- - "/games/coffee-crisis-arcade-edition/screenshot-4.png"
+ - "/games/coffee-crisis-arcade-edition/title.png"
downloads:
- platform: "Linux"
@@ -37,7 +38,8 @@ downloads:
file: "/downloads/coffee-crisis-arcade-edition/coffee-crisis-arcade-edition-macos-intel.dmg"
size: "14 MB"
-engine: "C++, SDL3"
+engine: "C++ SDL3"
players: "1-2 jugadors"
genre: "Arcade / Acció"
repo: "https://gitea.sustancia.synology.me/jaildesigner-jailgames/coffee_crisis_arcade_edition"
+author: "JailDesigner"
diff --git a/src/games/coffee-crisis.yaml b/src/games/coffee-crisis.yaml
index 2c7941b..801e878 100644
--- a/src/games/coffee-crisis.yaml
+++ b/src/games/coffee-crisis.yaml
@@ -15,13 +15,15 @@ tags:
- reflexos
- 2D
-logo: "/games/coffee-crisis/screenshot-3.png"
+logo: "/games/coffee-crisis/screenshot-1.png"
icon: "/games/coffee-crisis/icon.svg"
screenshots:
+ - "/games/coffee-crisis/cover.png"
+ - "/games/coffee-crisis/screenshot-1.png"
- "/games/coffee-crisis/screenshot-2.png"
- "/games/coffee-crisis/screenshot-3.png"
- - "/games/coffee-crisis/screenshot-1.png"
+ - "/games/coffee-crisis/title.png"
downloads:
- platform: "Linux"
@@ -34,7 +36,8 @@ downloads:
file: "/downloads/coffee-crisis/coffee-crisis-v2.3.3-macos-intel.dmg"
size: "7.3 MB"
-engine: "C++, SDL3"
+engine: "C++ SDL3"
players: "1 jugador"
genre: "Arcade / Reflexos"
repo: "https://gitea.sustancia.synology.me/jaildesigner-jailgames/coffee_crisis"
+author: "JailDesigner"
diff --git a/src/games/jaildoctors-dilemma.yaml b/src/games/jaildoctors-dilemma.yaml
index 55183d7..5998895 100644
--- a/src/games/jaildoctors-dilemma.yaml
+++ b/src/games/jaildoctors-dilemma.yaml
@@ -24,6 +24,8 @@ screenshots:
- "/games/jaildoctors-dilemma/cover.png"
- "/games/jaildoctors-dilemma/screenshot-1.png"
- "/games/jaildoctors-dilemma/screenshot-2.png"
+ - "/games/jaildoctors-dilemma/screenshot-3.png"
+ - "/games/jaildoctors-dilemma/title.png"
downloads:
- platform: "Linux"
@@ -36,7 +38,8 @@ downloads:
file: "/downloads/jaildoctors-dilemma/jaildoctors-dilemma-v1.13-macos-intel.dmg"
size: "17 MB"
-engine: "C++, SDL3"
+engine: "C++ SDL3"
players: "1 jugador"
genre: "Plataformes / Puzzle"
repo: "https://gitea.sustancia.synology.me/jaildesigner-jailgames/jaildoctors_dilemma"
+author: "JailDesigner"
diff --git a/src/games/thepool.yaml b/src/games/thepool.yaml
index cbbd89d..f7e57c7 100644
--- a/src/games/thepool.yaml
+++ b/src/games/thepool.yaml
@@ -3,8 +3,8 @@ slug: "thepool"
tagline: "Recupera les peces de la depuradora que els gats han robat"
description: |
Clon humorístic de Knight Lore amb estètica de ZX Spectrum. El protagonista
- té els obrers a casa fabricant-li una piscina, però quan se n'adona, els
- gats (Batman i Robin) li han robat les peces de la depuradora. Ara ha de
+ té els obrers a casa fabricant-li una piscina i no acaben mai, però quan se n'adona, els
+ gats (Batman i Robin) li han perdut totes les seues coses. Ara ha de
recórrer tota la casa per trobar-les.
Joc isomètric amb perspectiva Filmation, ple d'humor i situacions absurdes.
@@ -21,6 +21,7 @@ logo: "/games/thepool/screenshot-1.png"
icon: "/games/thepool/icon.png"
screenshots:
+ - "/games/thepool/cover.png"
- "/games/thepool/screenshot-1.png"
- "/games/thepool/screenshot-2.png"
- "/games/thepool/screenshot-3.png"
@@ -33,7 +34,8 @@ downloads:
file: "/downloads/thepool/thepool-v1.7-win32-x64.zip"
size: "6.8 MB"
-engine: "C, SDL3"
+engine: "C++ SDL3"
players: "1 jugador"
genre: "Aventura / Isomètric"
repo: "https://gitea.sustancia.synology.me/JailDoctor/thepool"
+author: "JailDoctor"
diff --git a/static/games/aee/cover.png b/static/games/aee/cover.png
new file mode 100644
index 0000000..a294625
Binary files /dev/null and b/static/games/aee/cover.png differ
diff --git a/static/games/aee/icon.png b/static/games/aee/icon.png
new file mode 100644
index 0000000..c15bc06
Binary files /dev/null and b/static/games/aee/icon.png differ
diff --git a/static/games/aee/screenshot-1.png b/static/games/aee/screenshot-1.png
new file mode 100644
index 0000000..b3b2b13
Binary files /dev/null and b/static/games/aee/screenshot-1.png differ
diff --git a/static/games/aee/screenshot-2.png b/static/games/aee/screenshot-2.png
new file mode 100644
index 0000000..fe61224
Binary files /dev/null and b/static/games/aee/screenshot-2.png differ
diff --git a/static/games/aee/screenshot-3.png b/static/games/aee/screenshot-3.png
new file mode 100644
index 0000000..560b744
Binary files /dev/null and b/static/games/aee/screenshot-3.png differ
diff --git a/static/games/aee/title.png b/static/games/aee/title.png
new file mode 100644
index 0000000..eb9d7ef
Binary files /dev/null and b/static/games/aee/title.png differ
diff --git a/static/games/arounders/cover.png b/static/games/arounders/cover.png
new file mode 100644
index 0000000..31cadbb
Binary files /dev/null and b/static/games/arounders/cover.png differ
diff --git a/static/games/arounders/icon.png b/static/games/arounders/icon.png
new file mode 100644
index 0000000..1b5000d
Binary files /dev/null and b/static/games/arounders/icon.png differ
diff --git a/static/games/arounders/screenshot-1.png b/static/games/arounders/screenshot-1.png
index 0ec8240..3942e7d 100644
Binary files a/static/games/arounders/screenshot-1.png and b/static/games/arounders/screenshot-1.png differ
diff --git a/static/games/arounders/screenshot-2.png b/static/games/arounders/screenshot-2.png
deleted file mode 100644
index 3942e7d..0000000
Binary files a/static/games/arounders/screenshot-2.png and /dev/null differ
diff --git a/static/games/arounders/title.png b/static/games/arounders/title.png
new file mode 100644
index 0000000..0ec8240
Binary files /dev/null and b/static/games/arounders/title.png differ
diff --git a/static/games/cacaus/screenshot-0.jpg b/static/games/cacaus/cover.jpg
similarity index 100%
rename from static/games/cacaus/screenshot-0.jpg
rename to static/games/cacaus/cover.jpg
diff --git a/static/games/cacaus/screenshot-1.jpg b/static/games/cacaus/screenshot-1.jpg
index 517324e..f47aef0 100644
Binary files a/static/games/cacaus/screenshot-1.jpg and b/static/games/cacaus/screenshot-1.jpg differ
diff --git a/static/games/cacaus/screenshot-3.jpg b/static/games/cacaus/screenshot-3.jpg
index f47aef0..b344ac1 100644
Binary files a/static/games/cacaus/screenshot-3.jpg and b/static/games/cacaus/screenshot-3.jpg differ
diff --git a/static/games/cacaus/screenshot-4.jpg b/static/games/cacaus/screenshot-4.jpg
deleted file mode 100644
index b344ac1..0000000
Binary files a/static/games/cacaus/screenshot-4.jpg and /dev/null differ
diff --git a/static/games/cacaus/title.jpg b/static/games/cacaus/title.jpg
new file mode 100644
index 0000000..517324e
Binary files /dev/null and b/static/games/cacaus/title.jpg differ
diff --git a/static/games/coffee-crisis-arcade-edition/cover.png b/static/games/coffee-crisis-arcade-edition/cover.png
new file mode 100644
index 0000000..9df2aee
Binary files /dev/null and b/static/games/coffee-crisis-arcade-edition/cover.png differ
diff --git a/static/games/coffee-crisis-arcade-edition/screenshot-1.png b/static/games/coffee-crisis-arcade-edition/screenshot-1.png
index 14205d2..38b3dd9 100644
Binary files a/static/games/coffee-crisis-arcade-edition/screenshot-1.png and b/static/games/coffee-crisis-arcade-edition/screenshot-1.png differ
diff --git a/static/games/coffee-crisis-arcade-edition/screenshot-2.png b/static/games/coffee-crisis-arcade-edition/screenshot-2.png
index 4e31a9e..ce47086 100644
Binary files a/static/games/coffee-crisis-arcade-edition/screenshot-2.png and b/static/games/coffee-crisis-arcade-edition/screenshot-2.png differ
diff --git a/static/games/coffee-crisis-arcade-edition/screenshot-3.png b/static/games/coffee-crisis-arcade-edition/screenshot-3.png
index 8265f59..d36046b 100644
Binary files a/static/games/coffee-crisis-arcade-edition/screenshot-3.png and b/static/games/coffee-crisis-arcade-edition/screenshot-3.png differ
diff --git a/static/games/coffee-crisis-arcade-edition/screenshot-4.png b/static/games/coffee-crisis-arcade-edition/screenshot-4.png
deleted file mode 100644
index c4d5211..0000000
Binary files a/static/games/coffee-crisis-arcade-edition/screenshot-4.png and /dev/null differ
diff --git a/static/games/coffee-crisis-arcade-edition/title.png b/static/games/coffee-crisis-arcade-edition/title.png
new file mode 100644
index 0000000..da3a4e4
Binary files /dev/null and b/static/games/coffee-crisis-arcade-edition/title.png differ
diff --git a/static/games/coffee-crisis/cover.png b/static/games/coffee-crisis/cover.png
new file mode 100644
index 0000000..dcf912e
Binary files /dev/null and b/static/games/coffee-crisis/cover.png differ
diff --git a/static/games/coffee-crisis/screenshot-1.png b/static/games/coffee-crisis/screenshot-1.png
index b4347e2..7e1ec40 100644
Binary files a/static/games/coffee-crisis/screenshot-1.png and b/static/games/coffee-crisis/screenshot-1.png differ
diff --git a/static/games/coffee-crisis/screenshot-2.png b/static/games/coffee-crisis/screenshot-2.png
index d40296a..c3f5679 100644
Binary files a/static/games/coffee-crisis/screenshot-2.png and b/static/games/coffee-crisis/screenshot-2.png differ
diff --git a/static/games/coffee-crisis/screenshot-3.png b/static/games/coffee-crisis/screenshot-3.png
index 62257a9..e52ea9a 100644
Binary files a/static/games/coffee-crisis/screenshot-3.png and b/static/games/coffee-crisis/screenshot-3.png differ
diff --git a/static/games/coffee-crisis/title.png b/static/games/coffee-crisis/title.png
new file mode 100644
index 0000000..f81cbff
Binary files /dev/null and b/static/games/coffee-crisis/title.png differ
diff --git a/static/games/jaildoctors-dilemma/cover.png b/static/games/jaildoctors-dilemma/cover.png
index 9b92396..5e72ff1 100644
Binary files a/static/games/jaildoctors-dilemma/cover.png and b/static/games/jaildoctors-dilemma/cover.png differ
diff --git a/static/games/jaildoctors-dilemma/screenshot-1.png b/static/games/jaildoctors-dilemma/screenshot-1.png
index ca969e7..d2092b3 100644
Binary files a/static/games/jaildoctors-dilemma/screenshot-1.png and b/static/games/jaildoctors-dilemma/screenshot-1.png differ
diff --git a/static/games/jaildoctors-dilemma/screenshot-2.png b/static/games/jaildoctors-dilemma/screenshot-2.png
index f2cec57..09c937d 100644
Binary files a/static/games/jaildoctors-dilemma/screenshot-2.png and b/static/games/jaildoctors-dilemma/screenshot-2.png differ
diff --git a/static/games/jaildoctors-dilemma/screenshot-3.png b/static/games/jaildoctors-dilemma/screenshot-3.png
new file mode 100644
index 0000000..f243c82
Binary files /dev/null and b/static/games/jaildoctors-dilemma/screenshot-3.png differ
diff --git a/static/games/jaildoctors-dilemma/title.png b/static/games/jaildoctors-dilemma/title.png
new file mode 100644
index 0000000..56e40b0
Binary files /dev/null and b/static/games/jaildoctors-dilemma/title.png differ
diff --git a/static/games/thepool/cover.png b/static/games/thepool/cover.png
new file mode 100644
index 0000000..ff43bb8
Binary files /dev/null and b/static/games/thepool/cover.png differ