8000 Update README.md · msz-coder/breakout-game@2a75314 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a75314

Browse files
authored
Update README.md
1 parent 05c3a53 commit 2a75314

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
# breakout-game
2-
Game where you control a paddle with the arrow keys to bounce a ball up to break bricks.
1+
## Breakout! Game
2+
3+
Game where you control a paddle with the arrow keys to bounce a ball up to break bricks. This app uses the HTML5 canvas element and API
4+
5+
## Project Specifications
6+
7+
- Draw elements on canvas
8+
- Use canvas paths to draw shapes
9+
- Add animation with requestAnimationFrame(cb)
10+
- Move paddle on arrow key press
11+
- Add collision detection
12+
- Keep score
13+
- Add rules button with slider

0 commit comments

Comments
 (0)
0