Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```