Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.53 KB

README.md

File metadata and controls

62 lines (40 loc) · 1.53 KB

UFO

A Turing School Game Time game


Developers: Kris Sparks & Matt Packer

Project Spec: Game Time


About UFO

UFO is a single-player, side scroller, 2D collision-detection game wherein a player controls a UFO using the spacebar to 'ascend' and 'descend' in order to avoid colliding with oncoming astroids. Upon impact with an asteroid the game is over.

Progress is measured in distance (parsecs). Points increase based on distance traveled. A player can collide with bonus objects, represented by stars, and increase the score. Every 500 points the level increases along with speed, making the game more challenging.

In order to win the game a player must complete all 7 levels and earn 4000 points. To date this has never happened...


Play UFO - Production

Turn up the volume to enjoy the sounds!

Click here to Play!


Play UFO - Locally

To get the files:
$ git clone https://github.com/kbs5280/game-time
$ cd game-time

To install the dependencies:

npm install

To fire up a development server:

npm start

Once the server is running:

Turn up the volume to enjoy the sounds!

Click here to play UFO


UFO ScreenShot

UFO