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