From b1c49939417339da1dafdf0240a0876ef4a91b2e Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Mon, 1 Jul 2024 11:50:04 +0200 Subject: [PATCH] Fix broken link --- move_player.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 move_player.md diff --git a/move_player.md b/move_player.md new file mode 100644 index 0000000..7cdc64f --- /dev/null +++ b/move_player.md @@ -0,0 +1,11 @@ +# Move a player + +This chapter shows how to move a player. + +## Conclusion + +We can now create an `App` with one player sprite that moves. +When running the `App`, we can see the player moves. +We have tested everything that the App does! + +Full code can be found at [https://github.com/richelbilderbeek/bevy_tdd_book_move_player](https://github.com/richelbilderbeek/bevy_tdd_book_move_player).