r6maps
r6maps copied to clipboard
Rainbow Six Siege map quick references
r6maps
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
- npm/Nodejs
- UglifyJS3 for cli (Try
npm install uglify-js -g)
- UglifyJS3 for cli (Try
- Ruby
- gem
- sass (
gem install sass)
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
sitefolder. - Check
package.jsonfor more particular scripts.
- Builds js and scss into the
- File watches are also available (see
packages.json) - To run, locate
site/index.htmland 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
- [ ] Translations - info on how you can help.
- [ ] Open issues
- [ ] Map accuracy - please log any errors/missing items as an issue
- [ ] New maps
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)