Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.13 KB

_README.md

File metadata and controls

52 lines (31 loc) · 1.13 KB

Project Name

Pithy project description

Team

  • Product Owner: Jessica Chong
  • Scrum Master: Brett Sanders
  • Development Team Members: Adam Hedgpeth, Fareez Ahmed

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Simply go to the homepage - instructions are in the game.

Requirements

  • Node 0.10.x
  • Depenencies are chained together with NPM.

Development

Database connection is through mongoose and can be found in Server/DB.js

Scope out Server/config for the meat of the server code. There is no concept of username and password in this game - game codes are automatically generated and the first four people to hit the URL get to play, in order.

Installing Dependencies

From within the root directory:

npm install

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.