Skip to content

capajon/r6maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r6maps

Build Status

Hosted at http://www.r6maps.com

r6maps.com is designed to be a quick reference for Rainbow Six Siege maps. Please see the about.html page for more details.

Running locally

Dependencies

To check the dependencies, just type uglifyjs or scss. If the program waits for input, your dependencies are installed correctly. (uglifyjs might already be installed from npm install, see below).

Building and running

  • Install npm and install packages: npm install
  • General build: npm run build
    • Builds js and scss into the site folder.
    • Check package.json for more particular scripts.
  • File watches are also available (see packages.json)
  • To run, locate site/index.html and open it.

Things to work on

Contributions are welcome. :)

Active

Current development is fairly "steady state" with only a few new features planned:

  • Menu footer links (twitter, email, donate?)
  • Select map filter for casual, rank, custom, etc

Steady-state

Thinking about (maybe someday)...

  • Mark breakable windows - see original feature suggestion here.
  • Better stats integration (e.g. link from objective) <- dependent on new data dumps from Ubisoft though
  • Tactics drawing (& saving/sharing)
  • Shared sessions (map controls, shared pings, drawing if available)
  • Automated tests (perceptual diff?)
  • Offline mode (progressive web app? Cordova?)
  • Embedded curated hints/strats (e.g. drone placement, angles)