blob: 8be7e142386072e2c595b85f4c3190ac4dfec8ca (
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.metamuffin.hurrycurry.client</id>
<name>Hurry Curry!</name>
<summary>Multiplayer co-op coooking game</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 support is currently disabled by default due to Flathub limitations. To
enable it, run <code>
<pre>sudo flatpak override --device=input org.metamuffin.hurrycurry.client</pre>
</code>. 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>
<url type="translate">https://translate.codeberg.org/engage/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="2.1.1" date="2024-10-01" type="stable">
<description>
<p>
<em>Banana Appetizer</em>
</p>
<p>Fixed bugs:</p>
<ul>
<li>Customer had tie</li>
<li>Bot body color corrected</li>
<li>Fix player movement desync</li>
</ul>
<p>New Features</p>
<ul>
<li>Customer demand scaling based on chairs</li>
<li>Ask for consent to contact registry</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.1.0</url>
</release>
<release version="2.1.0" date="2024-09-30" type="stable">
<description>
<p>
<em>Banana Appetizer</em>
</p>
<p>New Content:</p>
<ul>
<li>Orders need to be accepted now</li>
<li>Current orders are pinned to screen</li>
<li>Server discoverability through mDNS and a global registry</li>
<li>Added dish washer bot</li>
<li>Added "Salad Store" map</li>
<li>Added "Anti Curry!" recipe set and map</li>
<li>First person mode</li>
</ul>
<p>Performance improvements</p>
<ul>
<li>Optimized grass rendering</li>
<li>Combined floor meshes</li>
</ul>
<p>Bug fixes</p>
<ul>
<li>Fixed broken RTL layout</li>
<li>Fix missing customers in Sushi Bar</li>
<li>Immediatly awarding points on fulfilled orders</li>
<li>Fix join button not working in jobby</li>
<li>Fix broken teleport in conveyors.com</li>
<li>Fix text entry settings resetting the cursor</li>
<li>Fix bots being counted as players</li>
<li>Many smaller fixes, reducing overall bugginess</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.1.0</url>
</release>
<release version="2.0.0" date="2024-09-21" type="stable">
<description>
<p>
<em>Banana</em>
</p>
<ul>
<li>New burger recipes</li>
<li>New bun recipes</li>
<li>New items</li>
<li>Improved translation system</li>
<li>Interactive tutorial</li>
<li>More intuitive active recipes</li>
<li>Bug fixes</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.0.0</url>
</release>
<release version="1.6.0" date="2024-09-02" type="stable">
<description>
<p>
<em>Apple Flavour</em>
</p>
<ul>
<li>Improved chat system</li>
<li>Categorize settings with tabs</li>
<li>Add input settings</li>
<li>New translations</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.6.0</url>
</release>
<release version="1.5.1" date="2024-08-25" type="stable">
<description>
<p>
<em>Apple Emitter</em>
</p>
<ul>
<li>Improved chat system</li>
<li>Categorize settings with tabs</li>
<li>Add input settings</li>
<li>New translations</li>
</ul>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.5.1</url>
</release>
<release version="1.5.0" date="2024-08-20" type="stable">
<description>
<p>
<em>Apple Emitter</em>
</p>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.5.0</url>
</release>
<release version="1.4.0" date="2024-08-07" type="stable">
<description>
<p>
<em>Apple Doughnut</em>
</p>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.4.0</url>
</release>
<release version="1.3.0" date="2024-07-22" type="stable">
<description>
<p>
<em>Apple Candy</em>
</p>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.3.0</url>
</release>
<release version="1.2.1" date="2024-07-14" type="stable">
<description>
<p>
<em>Apple Biscuit</em>
</p>
</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>
<p>
<em>Apple Biscuit</em>
</p>
</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>
<p>
<em>Post-Jam Release</em>
</p>
<p>
Includes a few fixes for bugs encountered right after the jam end and some more
features as well.
</p>
</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>
<p>
<em>Purism Game Jam release </em>
</p>
</description>
<url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.0.0</url>
</release>
</releases>
</component>
|