https://github.com/mattjennings/breakout
https://github.com/mattjennings/breakout
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattjennings/breakout
- Owner: mattjennings
- Created: 2018-09-09T00:58:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T00:59:04.000Z (over 7 years ago)
- Last Synced: 2025-06-29T09:04:53.447Z (6 months ago)
- Language: TypeScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```