blob: bd28511c330b61c99bddb4095bcc8c1344594199 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
<?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>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
<control>gamepad</control>
</supports>
<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>
</screenshots>
<releases>
<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>
|