cody - HTMLify profile
files of /cody/bradtraversy/vanillawebprojects/breakout-game/
## Breakout! Game
Game where you control a paddle with the arrow keys to bounce a ball up to break bricks. This app uses the
Game where you control a paddle with the arrow keys to bounce a ball up to break bricks. This app uses the
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1. Create canvas context
2. Create and draw ball
3. Create and draw paddle
4. Create bricks
5. Draw score
6. Add update() -
2. Create and draw ball
3. Create and draw paddle
4. Create bricks
5. Draw score
6. Add update() -
const rulesBtn = document.getElementById('rules-btn');
const closeBtn = document.getElementById('close-btn');
const rules = docu
const closeBtn = document.getElementById('close-btn');
const rules = docu