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

https://github.com/mattjennings/breakout


https://github.com/mattjennings/breakout

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Breakout

A simple game of Breakout using [ExcaliburJS](https://github.com/excaliburjs/Excalibur). It's the result of their [Getting Started](http://docs.excaliburjs.com/en/latest/quickstart.html#hello-excalibur-building-breakout) tutorial but written in Typescript.

### Installing

```
npm install
```

```
npm start
```