/arrow-hero

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

Primary LanguageSCSSMIT LicenseMIT

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 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