This is a little javascript and html5 canvas game. This definitely only works in Chrome right now.
To get started you must have node installed:
Then open up a terminal and type:
npm install
npm run dev
Go to localhost:8080, The game will then start up.
Arrow keys control the movement of the unicorn and spacebar is fire.
Cerberus' start in a ramdom spot on the right half of the screen and reorient their direction of motion towards the player every 50 frames. Just shoot the Cerberus'.
Score and lives for the player are up next, maybe a boss of some sort after that.