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
- Host: GitHub
- URL: https://github.com/terror/breakout
- Owner: terror
- License: cc0-1.0
- Created: 2020-12-01T18:01:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T23:17:39.000Z (over 4 years ago)
- Last Synced: 2025-02-15T09:37:16.956Z (11 months ago)
- Language: TypeScript
- Size: 375 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
## Breakout
Atari Breakout in HTML5 Canvas + Typescript

### Development
Install dependencies
```bash
$ yarn install
```
Running the project locally
```bash
$ yarn start
```