Skip to content

hussainm/arrow-hero

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com:AcelisWeaven/arrow-hero.git

Then, we need to install Node dependencies:

sudo 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 45.7%
  • JavaScript 35.9%
  • HTML 18.4%