diff options
author | nokoe <nokoe@mailbox.org> | 2024-07-15 12:18:35 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-07-15 12:35:02 +0200 |
commit | 3e32a7362339748c87677c5a6b96d83d0aac8b4b (patch) | |
tree | 983e896ffc9d395fa77aae8a00373b8ba8cd3258 | |
download | hurrycurry-dist-extra-1.2.1.tar hurrycurry-dist-extra-1.2.1.tar.bz2 hurrycurry-dist-extra-1.2.1.tar.zst |
v1.2.1v1.2.1
-rw-r--r-- | hurrycurry | 2 | ||||
-rw-r--r-- | org.metamuffin.hurrycurry.client.desktop | 12 | ||||
-rw-r--r-- | org.metamuffin.hurrycurry.client.metainfo.xml | 98 |
3 files changed, 112 insertions, 0 deletions
diff --git a/hurrycurry b/hurrycurry new file mode 100644 index 0000000..c8a53b1 --- /dev/null +++ b/hurrycurry @@ -0,0 +1,2 @@ +#!/bin/sh +godot --main-pack /app/share/hurrycurry/client.pck diff --git a/org.metamuffin.hurrycurry.client.desktop b/org.metamuffin.hurrycurry.client.desktop new file mode 100644 index 0000000..ca74768 --- /dev/null +++ b/org.metamuffin.hurrycurry.client.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=Hurry Curry! +Icon=org.metamuffin.hurrycurry.client +GenericName[de]=Ein Spiel rund ums Kochen +GenericName=A game about cooking +Exec=hurrycurry +Terminal=false +StartupNotify=false +Type=Application +Categories=Game; +Keywords=game;cooking; +PrefersNonDefaultGPU=true diff --git a/org.metamuffin.hurrycurry.client.metainfo.xml b/org.metamuffin.hurrycurry.client.metainfo.xml new file mode 100644 index 0000000..d70e1be --- /dev/null +++ b/org.metamuffin.hurrycurry.client.metainfo.xml @@ -0,0 +1,98 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component type="desktop-application"> + <id>org.metamuffin.hurrycurry.client</id> + + <name>Hurry Curry!</name> + <summary>A fast-paced multiplayer game about cooking</summary> + + <developer id="org.metamuffin.hurrycurry"> + <name>The Hurry Curry! contributors</name> + </developer> + + <metadata_license>CC-BY-SA-4.0</metadata_license> + <project_license>AGPL-3.0-only</project_license> + + <branding> + <color type="primary" scheme_preference="light">#f4a570</color> + <color type="primary" scheme_preference="dark">#e38242</color> + </branding> + + <supports> + <control>pointing</control> + <control>keyboard</control> + <control>touch</control> + <control>gamepad</control> + </supports> + + <recommends> + <internet>always</internet> + </recommends> + + <description> + <p> + Hurry Curry! is a multiplayer game about cooking. Your goal is to run a + restaurant and gain points by serving meals you've cooked. </p> + <p> + Keyboard Controls: Move character with WASD. Move camera with arrow keys. + Interact with Space or J. Boost with Left Shift or K. Open/close menus with Escape. + Press Enter to open chat. Reset view with R. </p> + <p> + Controller Controls: Move character with Left Stick. Move camera with Right + Stick. Interact with A, Boost with B, Open/close menus with Menu button. Use keyboard + for chat. Reset view with Y. </p> + <p> + Game developed by nokoe, metamuffin, tpart. Special thanks to RustyStriker for + playtesting and technical assistance. + Thanks to Sofviic for most of the maps. + </p> + </description> + + <launchable type="desktop-id">org.metamuffin.hurrycurry.client.desktop</launchable> + + <url type="homepage">https://hurrycurry.metamuffin.org/</url> + <url type="bugtracker">https://codeberg.org/hurrycurry/hurrycurry/issues</url> + <!-- <url type="help">https://codeberg.org/hurrycurry/hurrycurry/wiki</url> --> + <url type="vcs-browser">https://codeberg.org/hurrycurry/hurrycurry</url> + <url type="contribute">https://codeberg.org/hurrycurry/hurrycurry</url> + <categories> + <category>Game</category> + </categories> + <screenshots> + <screenshot type="default"> + <image>https://img.itch.zone/aW1hZ2UvMjgxOTEyNy8xNjg2MzQzMS5qcGVn/original/2O5lVR.jpeg</image> + </screenshot> + <screenshot> + <image>https://img.itch.zone/aW1hZ2UvMjgxOTEyNy8xNjg2MzQzMC5qcGVn/original/YDCBug.jpeg</image> + </screenshot> + <screenshot> + <image>https://img.itch.zone/aW1hZ2UvMjgxOTEyNy8xNjg2MzQzMy5qcGVn/original/ynbKBP.jpeg</image> + </screenshot> + <screenshot> + <image>https://img.itch.zone/aW1hZ2UvMjgxOTEyNy8xNjg2MzQzMi5qcGVn/original/CT6oZD.jpeg</image> + </screenshot> + </screenshots> + + <content_rating type="oars-1.1"> + <content_attribute id="social-chat">intense</content_attribute> + </content_rating> + + + <releases> + <release version="1.2.1" date="2024-07-14" type="stable"> + <description>Apple Biscuit</description> + <url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.2.1</url> + </release> + <release version="1.2.0" date="2024-07-14" type="stable"> + <description>Apple Biscuit</description> + <url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.2.0</url> + </release> + <release version="1.1.0" date="2024-07-11" type="stable"> + <description>Post-Jam Release</description> + <url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.1.0</url> + </release> + <release version="1.0.0" date="2024-07-09" type="stable"> + <description>Purism Game Jam release</description> + <url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.0.0</url> + </release> + </releases> +</component> |