# Objective
The aim is to simplify the example somewhat. This also removes the
jitter that some experience when running the example.
Fixes#14239Fixes#2349
## Solution
Use `Update` instead of `FixedUpdate` schedule.
## Testing
```sh
cargo run --example breakout
```
and
```sh
cargo run --features bevy_debug_stepping --example breakout
```
# Objective
- Rename the `examples/games` directory to `examples/showcase`. The
"showcase" category is used for examples that are more comprehensive and
full-featured than most, but which are not necessarily games.