Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/budnix/ball-and-wall
Ball And Wall - Arkanoid style game
https://github.com/budnix/ball-and-wall
Last synced: 11 days ago
JSON representation
Ball And Wall - Arkanoid style game
- Host: GitHub
- URL: https://github.com/budnix/ball-and-wall
- Owner: budnix
- License: mit
- Created: 2015-03-14T20:03:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T19:02:00.000Z (over 9 years ago)
- Last Synced: 2024-10-12T08:14:17.482Z (27 days ago)
- Language: JavaScript
- Homepage: http://budnix.github.io/ball-and-wall
- Size: 9.89 MB
- Stars: 42
- Watchers: 3
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-open-source-games - Ball And Wall - Destroy the blocks using the Vaus, that is ejected from the ship. (Browser-Based / Arcade)
README
# ball-and-wall
Ball And Wall - Arkanoid style game
## Demo
Demo available at http://budnix.github.io/ball-and-wall/ and extended version using this code at http://ballandwall.com.
## Install
[download as ZIP](https://github.com/budnix/ball-and-wall/archive/master.zip).
## Usage
After downloading source code install dependencies via bower:
```sh
$ bower install
```And development tools via npm:
```sh
$ npm install
```Files with `_dev.html` postfix use uncompressed assets designed to development proposes.
Run `grunt build` to build/update production files (`index.html` and `levels-editor.html`).
Game has 2 episodes called space and pegasus. Space assets (images) were made by me and they are totally FREE.
Pegasus images were bought from http://graphicriver.net/item/platformer-game-tile-set/3677579 so if you want use
this images you must pay for it's license.## License
[MIT License](http://opensource.org/licenses/MIT)