# Game 1: Bouncing Ball

### Game 1: Instructions

{% embed url="<https://docs.google.com/presentation/d/1IzeuITDIJmnJpy6JiHb8UC4zNHt28P1J-BF_RcOKpOo/edit?usp=sharing>" %}

### Bounce Code

```
///Bounce against walls

move_bounce_all(true);
move_outside_all(direction, 100);

```

### [Game 1: sprites and sound resources](https://drive.google.com/drive/folders/1qTMTb1qkU_wuP9XeDwuo3IkxLmwaNuQA?usp=sharing)
