diff --git a/README.md b/README.md index feef7db..60cee86 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,14 @@ Tamagotchi like game for Flipper Zero ![Home](images/home_screen.png) ![About](images/about_screen.png) -## Supported features -### Life stages +## Life stages The pet grows from an egg to an adult and then dies of old age. The stages are ![Egg](assets/egg_00_60x60.png) -> ![Baby](assets/baby_00_60x60.png) -> ![Child](assets/child_00_60x60.png) -> ![Teen](assets/teen_00_60x60.png) -> ![Adult](assets/adult_00_60x60.png) -> ![Dead](assets/dead_00_60x60.png) What? Who said that a cat can't come from an egg? I must have missed some biology lessons. -### Save game +## Save game The pet continues living while the game is not running. The game is saved when exiting and restored when reopening the application. @@ -26,20 +25,20 @@ Don't forget to feed your pet! If you want to start the game again, you can reset the state from the settings. -### Experience +## Experience ![Stats](images/stats_screen.png) The pet periodically gains experience (XP). Once he reaches the maximum experience for the current life stage, he passes to the next stage. -### Hunger +## Hunger ![Candy](images/candy_screen.png) You have to feed the pet or he will starve. You can give him candies. -### Health +## Health ![Pill](images/pill_screen.png) When the pet is hungry he starts losing health. @@ -47,7 +46,7 @@ You need to cure him with a pill. He can also get sick. # Disclamer -This application is still under initial development +This application is still under development # TODO