A minimalist game where your goal is to match your inputs with an unstoppable continuous overwelming flow of arrows.
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