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.gitThen, we need to install our dependencies:
yarn installFinally, let's start the dev server:
yarn serveYou can also build the project, if you want to release it yourself.
yarn build