1
0
Fork
You've already forked hurrycurry
0
No description
  • Rust 48.6%
  • GDScript 42.6%
  • TypeScript 6.5%
  • JavaScript 1.5%
  • Makefile 0.5%
  • Other 0.3%
Find a file
2026年01月15日 21:56:33 +01:00
client Merge branch 'master' into master 2026年01月15日 21:56:33 +01:00
data Add screen 2025年12月16日 23:12:02 +01:00
locale Implement fallback address support in client ( Closes #537 ) 2025年12月18日 22:37:37 +01:00
server send boosting_input even when not boosting; fix missing code to mark input as changed when boosting changed 2026年01月11日 21:15:57 +01:00
test-client test-client: only send inputs when changed 2026年01月11日 21:15:10 +01:00
.gitignore Revert "add .envrc" 2025年10月13日 21:18:55 +02:00
Cargo.lock Rename effect packet for compatiblity with older clients 2025年12月16日 01:12:16 +01:00
Cargo.toml Rename client-lib crate to game-core 2025年10月19日 20:21:27 +02:00
COPYING add generic copyright line to COPYING file 2025年07月13日 21:09:40 +02:00
makefile book export file output option 2025年10月24日 21:04:17 +02:00
protocol.md update protocol doc 2025年12月05日 15:27:58 +01:00
README.md update protocol doc 2025年12月05日 15:27:58 +01:00
rust-toolchain Update to newest rust; replace rand with std random 2025年10月10日 18:06:37 +02:00
shell.nix rm graphviz again (thx metamuffin) 2025年10月13日 21:17:50 +02:00

Hurry Curry!

A cooperative 3D multiplayer game about cooking.

Installation

The installation methods for end-users are listed on the game's website. For information about building from source, see the instructions below.

Translation

If you want to help translate the project, you can use the weblate. All help is appreciated.

Development / Documentation

The game is composed of individual components each has its own readme file:

The game protocol is outlined in protocol.md.

Building

The high-level build system is Make. But Rust's Cargo is also used. There are is a all target for everything and all_<component> for each component.

make all # Build everything
make all_{client,server,book,data,testclient} # Build only one component
make clean # Remove build files

Dependencies

Contributing

Contributions are appreciated, just open issues or PRs for the things you think could be improved.

For discussion regarding development, feel free to join our matrix room: #hurrycurry:metamuffin.org.

License

AGPL-3.0-only; See COPYING.