From b83efd3c6966a9d88a375f53eb6f91cc52e66e33 Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Sun, 29 Sep 2024 12:35:48 +0200 Subject: [PATCH] EOD --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0c06511..bedbb9f 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ Code - gamepad + ### Section 4: media - Adding a 3D player with a texture @@ -61,6 +62,13 @@ Code - Testing for a key press to close the game +### Section for possible chapters + +Code |Code coverage |Chapter [2] |Description |Concepts +----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|-----------------------------------------|------------------ +[code](https://github.com/richelbilderbeek/bevy_tdd_book_use_game_state) |[![codecov](https://codecov.io/gh/richelbilderbeek/bevy_tdd_book_use_game_state/graph/badge.svg?token=XAVFZYDQKZ)](https://codecov.io/gh/richelbilderbeek/bevy_tdd_book_use_game_state) |. |Use Bevy states |Minimal example, state, States +[code](https://github.com/richelbilderbeek/bevy_tdd_book_use_resources) |[![codecov](https://codecov.io/gh/richelbilderbeek/bevy_tdd_book_use_resources/graph/badge.svg?token=XAVFZYDQKZ)](https://codecov.io/gh/richelbilderbeek/bevy_tdd_book_use_resources) |. |Use Bevy resourcs |Minimal example, resources + ### Appendix Code |Code coverage |Chapter [2] |Description |Concepts