Giter VIP home page Giter VIP logo

battlescript's Introduction

Project Name

BattleScript

Team

  • Product Owner: Adam Ellsworth
  • Scrum Master: Nick Salloum
  • Development Team Members: Eric Le, Omar Shaikh

Table of Contents

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

Usage

After installing all dependencies (bower and npm install), run mongod to start database. Then run node (or nodemon) on server/server.js. Battlescript should run on localhost:8000. You can also see a live version at battlescript.co.

Requirements

  • Node 0.10.x
  • NPM
  • Bower
  • MongoDB

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Contributing

See CONTRIBUTING.md for contribution guidelines.

battlescript's People

Contributors

azellsworth avatar callmenick avatar oshaikh13 avatar

Watchers

 avatar  avatar  avatar  avatar

battlescript's Issues

extract notifications into directive

notifications should be a directive so that they are accessible throughout various parts of the app, especially as settings, profiles, and listing pages develop.

occasional duplicated editors

occasionally, editors get duplicated. can't seem to mimic the behaviour yet, but definitely needs to be looked in to.

leaderboard is static

consider making it dynamic, load it from the database. no need for live updates on it.

check up on all responsive stuff

look into the following:

  • add viewport meta tag for full responsiveness
  • make sure all grids look good at all sizes
  • check font sizes at all screen sizes

entering battle too early causes bug

when two players accept a challenge, and one user goes to the link ahead of time, the following may happen:

  • the user who went to the link first might click the "i'm ready" button
  • the user who goes to the link second will not see that the first user clicked it
  • if that second user clicks the ready link, the first player goes to the battle room
  • the second player will then be stuck in the waiting room

consolidate duels and battles on server

in the earlies, we used "duels" as the server api routes, but later called them "battles" on the client side. these should be consolidated for consistency.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.