Browse Source

docs(bouncer): typos

pull/2037/head
miguel 1 year ago committed by MSilva95
parent
commit
1fbb3f1ff1
  1. 4
      subjects/mobile-dev/bouncer/README.md
  2. 2
      subjects/mobile-dev/bouncer/audit/README.md

4
subjects/mobile-dev/bouncer/README.md

@ -8,8 +8,8 @@ The app should be a simplified version of the classic `90s bouncing ball game`,
### Rules of the game
- The `ball` moves in a linear manner and changes direction when it hits a `wall` a `block` or the `player's tile`. The direction change happens by the [rule](https://www.toppr.com/ask/en-af/question/1865186/): the degree it came with should be the degree it goes out, similar to real-life experience.
- All `blocks`, disappear when they are hit by the `ball`.
- The `ball` moves in a linear manner and changes direction when it hits a `wall`, a `block` or the `player's tile`. The direction change happens by this [rule](https://www.toppr.com/ask/en-af/question/1865186/): the degree it came with should be the degree it goes out, similar to real-life experience.
- All `blocks` disappear when they are hit by the `ball`.
- You lose the game when the `ball` touches the bottom part of the screen, and a "You lost!" message is displayed.
- You win the game when all `blocks` are destroyed, and a "You Won!" message is displayed.
- The `player's tile` moves according to the phone's tiltiness. If the phone is tilted more towards the right side, so does the tile, the same with the left side.

2
subjects/mobile-dev/bouncer/audit/README.md

@ -4,7 +4,7 @@
###### Does the app run without crashing?
###### Does the `ball` collide properly with the `walls`, `blocks` and the `player's tile`, its angle changes according to the [rule](https://www.toppr.com/ask/en-af/question/1865186/): it leaves with the same angle it came?
###### Does the `ball` collide properly with this `walls`, `blocks` and the `player's tile`, its angle changes according to the [rule](https://www.toppr.com/ask/en-af/question/1865186/): it leaves with the same angle it came?
###### Does the `player's tile` move in the same direction as phone is tilted?

Loading…
Cancel
Save