8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c3a53 commit 2a75314Copy full SHA for 2a75314
README.md
@@ -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.
+## Breakout! Game
+
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