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

https://github.com/terror/breakout

Atari Breakout in HTML5 Canvas + Typescript
https://github.com/terror/breakout

Last synced: 7 months ago
JSON representation

Atari Breakout in HTML5 Canvas + Typescript

Awesome Lists containing this project

README

          

## Breakout

Atari Breakout in HTML5 Canvas + Typescript

![Screen Shot 2021-08-14 at 7 11 07 PM](https://user-images.githubusercontent.com/31192478/129462432-91ee2e7b-2fb3-479d-b361-151dca6a1464.png)

### Development

Install dependencies

```bash
$ yarn install
```

Running the project locally

```bash
$ yarn start
```