From c6a7644c24d9f1e4c5a702089da5b8516190f1f8 Mon Sep 17 00:00:00 2001 From: Thorsten Ehlers Date: Sat, 28 Sep 2024 16:25:32 +0200 Subject: [PATCH] Update instructions and acknowledgements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ebfbbd..4cceab4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you are using Linux, you should also check the [official Bevy Linux dependenc Once you have installed all dependencies, you can start the game (as a debug build) with - $ cargo run --features bevy/dynamic_linking + $ cargo run or install a binary with @@ -30,7 +30,7 @@ The project contains a [justfile](https://just.systems/) that provides frequentl ## Acknowledgements -This game owes a lot of ideas to the tutorial "Creating a Snake Clone in Rust, with Bevy", which unfortunately is [no longer available](https://mbuffett.com/posts/bevy-snake-tutorial/). +This game owes a lot of ideas to the tutorial ["Creating a Snake Clone in Rust, with Bevy"](https://mbuffett.com/posts/bevy-snake-tutorial/). Sound effects were obtained from https://www.zapsplat.com