Skip to content

Commit 98c340c

Browse files
homeworks updated
1 parent 693f881 commit 98c340c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeworks-2025/15-16.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ When running the application, there should be a scene **99% similar to this**:
2222
3. up arrow: moves the ball up
2323
4. down arrow: moves the ball down
2424

25+
- **It is not allowed to get the ball in a position where it is not touching the ground or a box**
2526
- When nothing is pressed, the ball stays in its position.
2627
- User can move the circle backward to get back to the starting position, not beyond.
2728
- Intersections between objects is not allowed, i.e. they can not cross each other.

homeworks-2025/7-8.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- The height of the scene should fit 7-8 boxes on top of each other.
1919
- You should be able to control the box dimension from the code (one global variable for the dimension of each box).
2020
- You should be able to contol the speed of the fall from the code (one global variable).
21-
- Boxes should not intersect (i.e. should not cross each other).
21+
- Boxes should not intersect (i.e. should not cross each other) or pass the ground.
2222
- User can not prevent the box movement.
2323

2424

0 commit comments

Comments
 (0)