All Projects → AcelisWeaven → Arrow Hero

AcelisWeaven / Arrow Hero

Licence: mit
A minimalist game where your goal is to match your inputs with an unstoppable continuous overwelming flow of arrows.

Labels

Arrow hero

A minimalist game where your goal is to match your inputs with an unstoppable continuous overwelming flow of arrows.

Setting up Gulp

First, clone this repository (you can fork it too):

git clone [email protected]:AcelisWeaven/arrow-hero.git

Then, we need to install Node dependencies:

npm install

Bower manages the front-end libraries dependencies. To install them:

bower install

Finally, we have to generate the assets with Gulp:

gulp

And that's it!

If you want to listen for changes on your Sass or Javascript files, you only have to do this:

gulp watch

Deploy to Github pages

If you need to update your gh-pages branch quickly, you can do this:

gulp deploy

MIT-Licence TL;DR

This projet is licensed under the MIT-LICENSE.

It means you can do whatever you want with this project, but you have to leave a link to this repository or to the public page. (this is not a copyleft)

Please, be respectful for other people work and for the time they put in their projects.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].