Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jul 1, 2024
1 parent b950a00 commit b1c4993
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions move_player.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit b1c4993

Please sign in to comment.