Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belchenkov/breakout_game
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
https://github.com/belchenkov/breakout_game
canvas css3 es6 html5
Last synced: 24 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/belchenkov/breakout_game
- Owner: Belchenkov
- Created: 2020-07-12T12:11:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T17:17:08.000Z (over 3 years ago)
- Last Synced: 2024-11-09T18:45:31.313Z (3 months ago)
- Topics: canvas, css3, es6, html5
- Language: JavaScript
- Homepage: http://breakout-game-ab.surge.sh/
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Breakout! Game
> 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
### [Demo](http://breakout-game-ab.surge.sh)
[![IMAGE ALT TEXT HERE](./screen.png)](https://radikal.ru/video/Q6epddLtZpV)### Get started
```shell script
git clone
```
```shell script
open index.html
```
or
```shell script
npm i -g live-server
```
```shell script
live-server
```