https://github.com/nunof07/phaser-breakout
Breakout game made with Phaser 3
https://github.com/nunof07/phaser-breakout
game gamedev phaser typescript
Last synced: about 2 months ago
JSON representation
Breakout game made with Phaser 3
- Host: GitHub
- URL: https://github.com/nunof07/phaser-breakout
- Owner: nunof07
- License: mit
- Created: 2018-02-10T17:46:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T15:26:41.000Z (almost 7 years ago)
- Last Synced: 2025-02-09T02:25:41.196Z (4 months ago)
- Topics: game, gamedev, phaser, typescript
- Language: TypeScript
- Homepage: https://nunof07.github.io/phaser-breakout/dist/
- Size: 15.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# phaser-breakout
[](https://travis-ci.org/nunof07/phaser-breakout)
[](https://github.com/semantic-release/semantic-release)
[](http://commitizen.github.io/cz-cli/)
[](https://opensource.org/licenses/MIT)
[](https://codeclimate.com/github/nunof07/phaser-breakout/maintainability)
[](https://github.com/Aaronepower/tokei)
[](https://github.com/Aaronepower/tokei)[](https://greenkeeper.io/)
[](https://david-dm.org/nunof07/phaser-breakout)
[](https://david-dm.org/nunof07/phaser-breakout?type=dev)Endless breakout demo made with Phaser 3.
[Play](https://nunof07.github.io/phaser-breakout/dist/)

## Credits
- Music: [Fig Leaf Rag](https://incompetech.com/music/royalty-free/collections.html?collection=8&Search=Search) (Scott Joplin) by Kevin MacLeod. License: [CC-BY 3.0](https://creativecommons.org/licenses/by/3.0/).
## Setup for development
- Clone repository.
- Run `npm install` in project folder.
- Run `npm run info` to see all available scripts.
- Run `npm start` to serve game and watch for changes.## Project stats
- 83 hours to complete.