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