Skip to content

Latest commit

 

History

History
executable file
·
27 lines (21 loc) · 498 Bytes

README.md

File metadata and controls

executable file
·
27 lines (21 loc) · 498 Bytes

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