Skip to content

Commit d86f2d6

Browse files
committed
Add note about paddle speed
1 parent 98d8e19 commit d86f2d6

File tree

1 file changed

+1
-1
lines changed
  • bootcamp_content/projects/breakout/exercises/break-out-those-classes

1 file changed

+1
-1
lines changed

bootcamp_content/projects/breakout/exercises/break-out-those-classes/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The code to play the game is given for you. Your job is to implement the classes
3333
There are a few things you need to stick to in order for the scenario to pass:
3434

3535
- The game's width and height is `100`.
36-
- The paddle's should have a width of `20` and a height of `4`. There should be a gap of `1` between it and the floor. It should start in the horizontal middle. You can choose its radius.
36+
- The paddle's should have a width of `20` and a height of `4`. There should be a gap of `1` between it and the floor. It should start in the horizontal middle. You can choose its radius and decide how fast it can move (make it slow to make it more challenging for yourself 😉).
3737
- A row of blocks should be centered with a gap of `1` between each. You can choose their radii. Their opacity is set to `1` by default. It should be changed to `0` once they're hit.
3838
- The ball's radius should be `2`. It should sit on paddle at its horizontal center. It should move by `1` at a time, starting by moving to the top-left.
3939

0 commit comments

Comments
 (0)