Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 767 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 767 Bytes

Deploy ##unicorn_game

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.

Controls

Arrow keys control the movement of the unicorn and spacebar is fire.

Game play

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.