From 9070a8b17735c1d9e6ce3f3a86af686ee2c6b1f4 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 7 Aug 2024 12:51:16 +0200 Subject: a --- background.webp | Bin 0 -> 256252 bytes cover.webp | Bin 0 -> 561436 bytes font-azaret-mono.woff2 | Bin 0 -> 46132 bytes font-josefin-sans.woff2 | Bin 0 -> 47448 bytes font-sansita-swashed.woff2 | Bin 0 -> 92808 bytes index.html | 157 +++++++++++++++++++++++++++++++++++++++++++++ screenshot-1.webp | Bin 0 -> 129938 bytes screenshot-2.webp | Bin 0 -> 97820 bytes screenshot-3.webp | Bin 0 -> 214372 bytes screenshot-4.webp | Bin 0 -> 179046 bytes style.css | 84 ++++++++++++++++++++++++ trailer-thumbnail.webp | Bin 0 -> 49258 bytes 12 files changed, 241 insertions(+) create mode 100644 background.webp create mode 100644 cover.webp create mode 100644 font-azaret-mono.woff2 create mode 100644 font-josefin-sans.woff2 create mode 100644 font-sansita-swashed.woff2 create mode 100644 index.html create mode 100644 screenshot-1.webp create mode 100644 screenshot-2.webp create mode 100644 screenshot-3.webp create mode 100644 screenshot-4.webp create mode 100644 style.css create mode 100644 trailer-thumbnail.webp diff --git a/background.webp b/background.webp new file mode 100644 index 0000000..3032cc6 Binary files /dev/null and b/background.webp differ diff --git a/cover.webp b/cover.webp new file mode 100644 index 0000000..aadf81b Binary files /dev/null and b/cover.webp differ diff --git a/font-azaret-mono.woff2 b/font-azaret-mono.woff2 new file mode 100644 index 0000000..c413b18 Binary files /dev/null and b/font-azaret-mono.woff2 differ diff --git a/font-josefin-sans.woff2 b/font-josefin-sans.woff2 new file mode 100644 index 0000000..dce2708 Binary files /dev/null and b/font-josefin-sans.woff2 differ diff --git a/font-sansita-swashed.woff2 b/font-sansita-swashed.woff2 new file mode 100644 index 0000000..5c665fb Binary files /dev/null and b/font-sansita-swashed.woff2 differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..b41d1c8 --- /dev/null +++ b/index.html @@ -0,0 +1,157 @@ + + + + + + + Hurry Curry! by metamuffin, tpart, nokoe, SOF93 + + + + + +
+ Hurry Curry! Cover Image +
+
+ Screenshot + Screenshot + Screenshot + Screenshot +
+

+ Hurry Curry! is a multiplayer game about cooking. + Your goal is to run a restaurant and gain points by serving + meals you've cooked. The game is completely free software, + licenced AGPL 3.0 only. +

+ +

Gameplay Overview

+

+ During the game, customers will enter your restaurant and order different meals. The players task is to + assemble these meals by cutting, cooking, baking and combining resources in the kitchen. Multitasking is + crucial but can lead to food burning or customers leaving if the player takes to long. There are many + different restaurant/kitchen layouts. +

+ +

How to play

+

+ To play, download the game for your platform or use + the rather laggy browser version. + Then connect to a server, + either locally hosted or the one we provide ("Quick + Connect"). Assemble your team of chefs in the lobby before + starting the game. When playing for the first time the + "junior" map is recommended. +

+

+ The recipes can be found in the Recipe + Book (also available ingame in some maps). +

+

+ 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. +

+

+ 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. +

+

Installation

+ +

+ The source code repository is available on + Codeberg. Prebuilt packages can be downloaded + from one of the following sources: +

+ + + + + + + + + + + + + + + + + + +
Arch AUR: + +
Flathub: + +
metamuffins's infrastructure repositories: + +
Standalone binaries: + + Check + +
+ +

Credits

+

+ The game is primarily developed by nokoe, metamuffin, tpart. + + Other contributers include Sofviic, BigBrotherNii and RustyStriker. +

+ +

Contribute

+

You can help make the game better by contributing code through pull requests on Codeberg.

+

You can also translate the game to your language on Codeberg's Weblate

+
+ +
+ + + \ No newline at end of file diff --git a/screenshot-1.webp b/screenshot-1.webp new file mode 100644 index 0000000..a4bf857 Binary files /dev/null and b/screenshot-1.webp differ diff --git a/screenshot-2.webp b/screenshot-2.webp new file mode 100644 index 0000000..ee4b94a Binary files /dev/null and b/screenshot-2.webp differ diff --git a/screenshot-3.webp b/screenshot-3.webp new file mode 100644 index 0000000..958a38c Binary files /dev/null and b/screenshot-3.webp differ diff --git a/screenshot-4.webp b/screenshot-4.webp new file mode 100644 index 0000000..1df4043 Binary files /dev/null and b/screenshot-4.webp differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..b981a9b --- /dev/null +++ b/style.css @@ -0,0 +1,84 @@ +@font-face { + font-family: "Sansita Swashed"; + src: url(./font-sansita-swashed.woff2); +} +@font-face { + font-family: "Josefin Sans"; + src: url(./font-josefin-sans.woff2); +} +@font-face { + font-family: "Azaret Mono"; + src: url(./font-azaret-mono.woff2); +} + +:root { + --bg0: #24244f; + --bg1: #5050b1; + --button: ; +} + +body { + margin: 0px; + background-color: #24244f; + background-image: url(./background.webp); + background-repeat: repeat; + background-position: 0 0; + background-attachment: fixed; +} + +article { + background-color: #5050b1c5; + max-width: 960px; + width: auto; + margin-left: auto; + margin-right: auto; +} + +.content { + margin: 2em; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + color: white; + font-family: "Sansita Swashed"; + font-weight: bold; +} + +p, +td { + font-family: "Josefin Sans"; + color: white; +} +a { + color: #e38242; + text-decoration: underline; +} + +img.cover { + width: 100%; +} +div.screenshots { + float: right; +} +img.screenshot { + display: block; + margin: 10px; + width: 350px; +} + +pre { + display: inline; + font-size: 10pt; + font-family: "Azaret Mono"; +} + +footer { + padding: 2em; + color: rgb(202, 202, 202); + text-align: center; +} diff --git a/trailer-thumbnail.webp b/trailer-thumbnail.webp new file mode 100644 index 0000000..5253227 Binary files /dev/null and b/trailer-thumbnail.webp differ -- cgit v1.2.3-70-g09d2