Skip to content

gjtrowbridge/javascript-battle-website

 
 

Repository files navigation

Javascript Battle

Every day there is an epic battle between legendary heroes. Control your hero with either a pre-defined function from our repo or your own submitted function (your hero’s “brain”), and see the results of each day’s battle as your hero’s prowess is tested against the competition.

Sign up is as easy as logging into your github account, forking a “starter” repository, and opting in to the daily battle at javascriptbattle.com. Learn from your past mistakes and make your hero smarter by customizing your hero.js file, and feel the power as your hero dominates the battlefield.

Such is the power of javascript.

Team

    Product Owner, Tech Lead: Greg Trowbridge

    Scrum Master: Forrest Thomas

    Development Team Members: James Yothers and Jakob Harclerode

Table of Contents

  1. Requirements
  2. Development
    1. Installing Dependencies
    2. Stack
  3. Team
  4. Contributing

Requirements

NPM Modules

  • Node
  • Express
  • MongoDB
  • Mongoose

Bower Dependencies

  • Backbone
  • Bootsrap
  • jQuery
  • Modernizr
  • Powerange
  • Underscore

Development

Installing Dependencies

From within the root directory:

npm install
bower install

Stack

The stack behind Javascript Battle can be evenly divided into two categories:

  • Website
  • Game Engine

For the website, our stack includes the above dependencies, which you can read more about here:

Our game engine is hosted on Microsoft Azure, with the following stack:

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 90.4%
  • JavaScript 7.4%
  • HTML 1.7%
  • Shell 0.5%