From aa5c04cc0f44565da537dee12b17bd3df9cf5c0b Mon Sep 17 00:00:00 2001 From: nprimo Date: Tue, 20 Dec 2022 15:15:11 +0100 Subject: [PATCH] docs(bouncer): improve audit format --- subjects/mobile-dev/bouncer/audit/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subjects/mobile-dev/bouncer/audit/README.md b/subjects/mobile-dev/bouncer/audit/README.md index fe28cac05..430972d60 100644 --- a/subjects/mobile-dev/bouncer/audit/README.md +++ b/subjects/mobile-dev/bouncer/audit/README.md @@ -1,6 +1,6 @@ #### Functional -#### In order to run and hot reload app either on emulator or device, follow the [instructions](https://docs.flutter.dev/get-started/test-drive?tab=androidstudio#run-the-app). +> In order to run and hot reload app either on emulator or device, follow the [instructions](https://docs.flutter.dev/get-started/test-drive?tab=androidstudio#run-the-app) ###### Was the app committed within the required time period? @@ -8,11 +8,11 @@ ###### Does the ball collide properly, i.e. each time it touches walls or tiles, its angle changes according to the rule: it leaves with the same angle it came? -###### Does player's tile move in the same direction as phone is tilted? +###### Does the player's tile move in the same direction as phone is tilted? -###### Do tiles disappear when ball bounces off them? +###### Do tiles disappear when the ball bounces off them? -###### When player's tile reaches the end of the display, it should not be going out of display's dimensions, is that the case? +###### When the player's tile reaches the end of the display, it should not be going out of display's dimensions, is that the case? ###### Does the game end when all tiles disappear?