• Stars
    star
    225
  • Rank 177,187 (Top 4 %)
  • Language SCSS
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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 our dependencies:

yarn install

Finally, let's start the dev server:

yarn serve

You can also build the project, if you want to release it yourself.

yarn build