diff --git a/src/games/aee.yaml b/src/games/aee.yaml index 2343839..b658f4d 100644 --- a/src/games/aee.yaml +++ b/src/games/aee.yaml @@ -9,7 +9,7 @@ description: | Port del joc original del 2000, creat per JailDesigner en Pascal. Reconstruït en C++ amb SDL3 en 2025 per JailDoctor -version: "1.0" +version: "1.1" release_date: "2000-03-03" tags: - aventura @@ -26,7 +26,22 @@ screenshots: - "/games/aee/screenshot-3.png" - "/games/aee/title.png" -downloads: [] +downloads: + - platform: "Linux" + file: "/downloads/aee/aee-v1.1-linux.tar.gz" + size: "4.1 MB" + - platform: "Windows" + file: "/downloads/aee/aee-v1.1-win32-x64.zip" + size: "5.1 MB" + - platform: "macOS (Apple Silicon)" + file: "/downloads/aee/aee-v1.1-macos-apple-silicon.dmg" + size: "8.7 MB" + - platform: "macOS (Intel)" + file: "/downloads/aee/aee-v1.1-macos-intel.dmg" + size: "8.7 MB" + - platform: "Raspberry Pi" + file: "/downloads/aee/aee-v1.1-raspi.tar.gz" + size: "4.1 MB" engine: "C++ SDL3" players: "1 jugador" diff --git a/src/games/arounders.yaml b/src/games/arounders.yaml index f2f0249..baf90b6 100644 --- a/src/games/arounders.yaml +++ b/src/games/arounders.yaml @@ -22,6 +22,7 @@ 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: diff --git a/src/games/coffee-crisis-arcade-edition.yaml b/src/games/coffee-crisis-arcade-edition.yaml index c683369..2d47e10 100644 --- a/src/games/coffee-crisis-arcade-edition.yaml +++ b/src/games/coffee-crisis-arcade-edition.yaml @@ -30,13 +30,19 @@ screenshots: downloads: - platform: "Linux" file: "/downloads/coffee-crisis-arcade-edition/coffee-crisis-arcade-edition-linux.tar.gz" - size: "9.7 MB" + size: "9.6 MB" + - platform: "Windows" + file: "/downloads/coffee-crisis-arcade-edition/coffee-crisis-arcade-edition-win32-x64.zip" + size: "10.5 MB" - platform: "macOS (Apple Silicon)" file: "/downloads/coffee-crisis-arcade-edition/coffee-crisis-arcade-edition-macos-apple-silicon.dmg" - size: "14 MB" + size: "13.1 MB" - platform: "macOS (Intel)" file: "/downloads/coffee-crisis-arcade-edition/coffee-crisis-arcade-edition-macos-intel.dmg" - size: "14 MB" + size: "13.1 MB" + - platform: "Raspberry Pi" + file: "/downloads/coffee-crisis-arcade-edition/coffee-crisis-arcade-edition-raspi.tar.gz" + size: "9.5 MB" engine: "C++ SDL3" players: "1-2 jugadors" diff --git a/src/games/coffee-crisis.yaml b/src/games/coffee-crisis.yaml index 801e878..7e12db3 100644 --- a/src/games/coffee-crisis.yaml +++ b/src/games/coffee-crisis.yaml @@ -29,12 +29,18 @@ downloads: - platform: "Linux" file: "/downloads/coffee-crisis/coffee-crisis-v2.3.3-linux.tar.gz" size: "4.8 MB" + - platform: "Windows" + file: "/downloads/coffee-crisis/coffee-crisis-v2.3.3-win32-x64.zip" + size: "5.8 MB" - platform: "macOS (Apple Silicon)" file: "/downloads/coffee-crisis/coffee-crisis-v2.3.3-macos-apple-silicon.dmg" size: "7.3 MB" - platform: "macOS (Intel)" file: "/downloads/coffee-crisis/coffee-crisis-v2.3.3-macos-intel.dmg" size: "7.3 MB" + - platform: "Raspberry Pi" + file: "/downloads/coffee-crisis/coffee-crisis-v2.3.3-raspi.tar.gz" + size: "4.7 MB" engine: "C++ SDL3" players: "1 jugador" diff --git a/src/games/jaildoctors-dilemma.yaml b/src/games/jaildoctors-dilemma.yaml index 5998895..3d3089a 100644 --- a/src/games/jaildoctors-dilemma.yaml +++ b/src/games/jaildoctors-dilemma.yaml @@ -30,13 +30,19 @@ screenshots: downloads: - platform: "Linux" file: "/downloads/jaildoctors-dilemma/jaildoctors-dilemma-v1.13-linux.tar.gz" - size: "14 MB" + size: "13.9 MB" + - platform: "Windows" + file: "/downloads/jaildoctors-dilemma/jaildoctors-dilemma-v1.13-win32-x64.zip" + size: "14.9 MB" - platform: "macOS (Apple Silicon)" file: "/downloads/jaildoctors-dilemma/jaildoctors-dilemma-v1.13-macos-apple-silicon.dmg" - size: "17 MB" + size: "16.9 MB" - platform: "macOS (Intel)" file: "/downloads/jaildoctors-dilemma/jaildoctors-dilemma-v1.13-macos-intel.dmg" - size: "17 MB" + size: "16.9 MB" + - platform: "Raspberry Pi" + file: "/downloads/jaildoctors-dilemma/jaildoctors-dilemma-v1.13-raspi.tar.gz" + size: "13.9 MB" engine: "C++ SDL3" players: "1 jugador" diff --git a/src/games/thepool.yaml b/src/games/thepool.yaml index f7e57c7..9d8f5ae 100644 --- a/src/games/thepool.yaml +++ b/src/games/thepool.yaml @@ -25,6 +25,7 @@ screenshots: - "/games/thepool/screenshot-1.png" - "/games/thepool/screenshot-2.png" - "/games/thepool/screenshot-3.png" + - "/games/thepool/title.png" downloads: - platform: "Linux" diff --git a/static/games/aee/cover.png b/static/games/aee/cover.png index a294625..5564453 100644 Binary files a/static/games/aee/cover.png and b/static/games/aee/cover.png differ diff --git a/static/games/arounders/screenshot-1.png b/static/games/arounders/screenshot-1.png index 3942e7d..262a7a5 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 new file mode 100644 index 0000000..7c3e202 Binary files /dev/null and b/static/games/arounders/screenshot-2.png differ diff --git a/static/games/arounders/title.png b/static/games/arounders/title.png index 0ec8240..c777741 100644 Binary files a/static/games/arounders/title.png and b/static/games/arounders/title.png differ diff --git a/static/games/thepool/title.png b/static/games/thepool/title.png new file mode 100644 index 0000000..cd9043c Binary files /dev/null and b/static/games/thepool/title.png differ