From 290b46bd0f92eb8b18b463e69756540591a5ded3 Mon Sep 17 00:00:00 2001 From: Lerking Date: Tue, 12 Aug 2025 09:40:40 +0200 Subject: [PATCH] Add projects_beginner_my_pet --- projects_beginner_my_pet.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 projects_beginner_my_pet.md diff --git a/projects_beginner_my_pet.md b/projects_beginner_my_pet.md new file mode 100644 index 0000000..9a06b2f --- /dev/null +++ b/projects_beginner_my_pet.md @@ -0,0 +1,22 @@ +# My pet + +Create an electronic pet ala tamaguchi. + +## Week 1. +Learn how to show images in the display. + +- Show a Happy face in the display. +- Show a Sad face in the display. + +## Week 2. +Learn how to play sound on the micro:bit. + +- Play a Happy sound, when your pet is happy. +- Play a Sad sound, when your pet is sad. + +## Week 3. +Learn about timers and state switching in programming. +Add a Hungry and Sleep state. + +How do you wake up your pet from the Sleep state? +What should happen once your has been woken up? \ No newline at end of file