diff --git a/src/_includes/game-page.njk b/src/_includes/game-page.njk index f6d7718..e9969f2 100644 --- a/src/_includes/game-page.njk +++ b/src/_includes/game-page.njk @@ -4,7 +4,9 @@ layout: base.njk
- {% if game.logo %} + {% if game.icon %} + + {% elif game.logo %} {% endif %}
diff --git a/src/games/arounders.yaml b/src/games/arounders.yaml index 31dfcdf..2a9497f 100644 --- a/src/games/arounders.yaml +++ b/src/games/arounders.yaml @@ -7,7 +7,7 @@ description: | estratègiques com cavar, escalar, perforar, construir escales i ponts, i usar cordes per superar obstacles. - Desenvolupat en C/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" @@ -16,7 +16,7 @@ tags: - estratègia - 2D -logo: "/games/arounders/screenshot-1.png" +logo: "/games/arounders/screenshot-2.png" screenshots: - "/games/arounders/screenshot-1.png" @@ -36,7 +36,7 @@ downloads: file: "/downloads/arounders/arounders-v1.2.1-raspi.tar.gz" size: "3.3 MB" -engine: "C/C++ + SDL3" +engine: "C, SDL3" players: "1 jugador" genre: "Puzzle / Estratègia" repo: "https://gitea.sustancia.synology.me/JailDoctor/arounders" diff --git a/src/games/cacaus.yaml b/src/games/cacaus.yaml index 8d2114a..f3efbc5 100644 --- a/src/games/cacaus.yaml +++ b/src/games/cacaus.yaml @@ -10,20 +10,21 @@ description: | Desenvolupat íntegrament en Lua. version: "1.2" -release_date: "2024-11-25" +release_date: "2023-01-13" tags: - aventura - puzzle - retro -logo: "/games/cacaus/screenshot-0.jpg" +logo: "/games/cacaus/screenshot-3.jpg" +icon: "/games/cacaus/icon.png" screenshots: - "/games/cacaus/screenshot-0.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" downloads: - platform: "Linux" diff --git a/src/games/coffee-crisis-arcade-edition.yaml b/src/games/coffee-crisis-arcade-edition.yaml index ccd6bd9..84c5f1b 100644 --- a/src/games/coffee-crisis-arcade-edition.yaml +++ b/src/games/coffee-crisis-arcade-edition.yaml @@ -11,13 +11,14 @@ description: | finestra, filtres de pantalla i molt més. version: "2026-04-03" -release_date: "2026-04-03" +release_date: "2025-03-25" tags: - arcade - cooperatiu - 2D logo: "/games/coffee-crisis-arcade-edition/screenshot-1.png" +icon: "/games/coffee-crisis-arcade-edition/icon.svg" screenshots: - "/games/coffee-crisis-arcade-edition/screenshot-1.png" @@ -36,7 +37,7 @@ downloads: file: "/downloads/coffee-crisis-arcade-edition/coffee-crisis-arcade-edition-macos-intel.dmg" size: "14 MB" -engine: "C/C++ + SDL3GPU" +engine: "C++, SDL3" players: "1-2 jugadors" genre: "Arcade / Acció" repo: "https://gitea.sustancia.synology.me/jaildesigner-jailgames/coffee_crisis_arcade_edition" diff --git a/src/games/coffee-crisis.yaml b/src/games/coffee-crisis.yaml index 81f346b..2c7941b 100644 --- a/src/games/coffee-crisis.yaml +++ b/src/games/coffee-crisis.yaml @@ -9,18 +9,19 @@ description: | Desenvolupat a l'estiu de 2020-2021 amb C/SDL3. Compatible amb gamepad i teclat. version: "2.3.3" -release_date: "2026-04-03" +release_date: "2021-02-18" tags: - arcade - reflexos - 2D -logo: "/games/coffee-crisis/screenshot-1.png" +logo: "/games/coffee-crisis/screenshot-3.png" +icon: "/games/coffee-crisis/icon.svg" screenshots: - - "/games/coffee-crisis/screenshot-1.png" - "/games/coffee-crisis/screenshot-2.png" - "/games/coffee-crisis/screenshot-3.png" + - "/games/coffee-crisis/screenshot-1.png" downloads: - platform: "Linux" @@ -33,7 +34,7 @@ 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" diff --git a/src/games/jaildoctors-dilemma.yaml b/src/games/jaildoctors-dilemma.yaml index 14b4602..55183d7 100644 --- a/src/games/jaildoctors-dilemma.yaml +++ b/src/games/jaildoctors-dilemma.yaml @@ -7,19 +7,21 @@ description: | de l'Univers Jailer. La dificultat varia des de pantalles senzilles fins a trencaclosques que requereixen càlculs precisos de moviment. - Construït amb C/C++ i GLSL. Compatible amb teclat (tecles reassignables) + Construït amb C++ i SDL3. Compatible amb teclat (tecles reassignables) i gamepad. Inclou editor de mapes integrat en mode debug. version: "1.13" -release_date: "2026-04-03" +release_date: "2022-11-13" tags: - plataformes - puzzle - 2D -logo: "/games/jaildoctors-dilemma/cover.png" +logo: "/games/jaildoctors-dilemma/screenshot-1.png" +icon: "/games/jaildoctors-dilemma/icon.svg" screenshots: + - "/games/jaildoctors-dilemma/cover.png" - "/games/jaildoctors-dilemma/screenshot-1.png" - "/games/jaildoctors-dilemma/screenshot-2.png" @@ -34,7 +36,7 @@ downloads: file: "/downloads/jaildoctors-dilemma/jaildoctors-dilemma-v1.13-macos-intel.dmg" size: "17 MB" -engine: "C/C++ + GLSL" +engine: "C++, SDL3" players: "1 jugador" genre: "Plataformes / Puzzle" repo: "https://gitea.sustancia.synology.me/jaildesigner-jailgames/jaildoctors_dilemma" diff --git a/src/games/thepool.yaml b/src/games/thepool.yaml index bb55f3a..cbbd89d 100644 --- a/src/games/thepool.yaml +++ b/src/games/thepool.yaml @@ -11,13 +11,14 @@ description: | Desenvolupat en C/C++ amb SDL3. version: "1.7" -release_date: "2026-03-25" +release_date: "2024-10-10" tags: - isomètric - aventura - retro logo: "/games/thepool/screenshot-1.png" +icon: "/games/thepool/icon.png" screenshots: - "/games/thepool/screenshot-1.png" @@ -32,7 +33,7 @@ downloads: file: "/downloads/thepool/thepool-v1.7-win32-x64.zip" size: "6.8 MB" -engine: "C/C++ + SDL3" +engine: "C, SDL3" players: "1 jugador" genre: "Aventura / Isomètric" repo: "https://gitea.sustancia.synology.me/JailDoctor/thepool" diff --git a/static/games/cacaus/icon.png b/static/games/cacaus/icon.png new file mode 100644 index 0000000..794b653 Binary files /dev/null and b/static/games/cacaus/icon.png differ diff --git a/static/games/coffee-crisis-arcade-edition/icon.svg b/static/games/coffee-crisis-arcade-edition/icon.svg new file mode 100644 index 0000000..2fba4a7 --- /dev/null +++ b/static/games/coffee-crisis-arcade-edition/icon.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/games/coffee-crisis/icon.svg b/static/games/coffee-crisis/icon.svg new file mode 100644 index 0000000..4d481b3 --- /dev/null +++ b/static/games/coffee-crisis/icon.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/games/jaildoctors-dilemma/icon.svg b/static/games/jaildoctors-dilemma/icon.svg new file mode 100644 index 0000000..78d1373 --- /dev/null +++ b/static/games/jaildoctors-dilemma/icon.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/games/thepool/icon.png b/static/games/thepool/icon.png new file mode 100644 index 0000000..e924f80 Binary files /dev/null and b/static/games/thepool/icon.png differ