Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1021 Bytes

README.md

File metadata and controls

62 lines (42 loc) · 1021 Bytes

Zaftig-Pixie

Pioneering project in speed type tech

Table of Contents

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

Team

  • Product Owner: Jing
  • Scrum Master: Nate
  • Development Team Members: Simon, Kevin

Usage

Navigate to /server and run:

node server.js

When 2 users connect at http://localhost:3000, game will be started.

Requirements

  • Node 0.10.x
  • MongoDB 2.0.45
  • Express 4.13.3
  • Mocha 1.21.4
  • Backbone 1.0.0
  • JQuery 2.0.3
  • Underscore 1.x.x
  • d3 3.5.6
  • Socket.io 3.3.5

Development

Installing Dependencies

From within the root directory:

npm install -g bower
npm install
bower install

Roadmap

View the project storyboard here

Contributing

See CONTRIBUTING.md for contribution guidelines.