Skip to content

Latest commit

 

History

History
80 lines (66 loc) · 1.52 KB

README.md

File metadata and controls

80 lines (66 loc) · 1.52 KB

StarTrek: Journey to Starbase Andromeda

Build Status Coverage Status Built with Grunt

Live Version

Click HERE to try the live version!

Description

A choose-your-own-adventure game based on characters from the StarTrek franchise backed with real physics calculations. Players choose their captain and ship and then encounter ten stages in an attempt to safely get their ship to starbase Andromeda.

Screenshots

Image1 Image2

Technologies

Node
Express
MongoDB
AngularJS
Bootstrap

Models

User
  • .register
  • .login
  • .fingById
Game
  • .findByGameId
  • .findAllByUserId
  • .all
  • .create
  • .assignShip
  • .assignCaptain
  • .addStat
Captain
  • .findById
  • .all
Ship
  • .findById
  • .all

Features

  • register
  • login
  • logout
  • update profile
  • start new games
  • view results from previous games
  • calculate time elappsed for each stage

Contributors

License

MIT