Skip to content

A website with a graph visualisation of how operators counter each other in Rainbow Six Siege.

License

Notifications You must be signed in to change notification settings

bloodywine/r6-operator-counters

 
 

Repository files navigation

R6 Operator Counters

A graph visualisation of counterplay in Rainbow Six Siege.

R6 Operator Counters

Features

  • Visualise hard and soft counters for each operator in the game.
  • View operator details, counter details and filter the graph based on counter level (hard/soft/minor).
  • Drag & interact with the operators.
  • Crisp graphics at any zoom level.
  • Responsive web design.

Dependencies

Running

Clone the repository, install all dependencies, build and serve the project.

> git clone https://github.com/BurkusCat/r6-operator-counters.git
> npm install
> npm start

Open http://localhost:8080 in your favorite browser.

How to contribute

I am hoping that this project will be a fun place for open source newcomers (like myself). Feel free to take a look at the issues or come up with your own improvements for the project. I am happy to review pull requests and I can answer questions you might have.

Key places to look if you want to update something in this project:

Operator SVGs/Images - r6-operator-counters\src\images\svg\
The main webpage - r6-operator-counters\src\index.html
Neo4j JSON file with operator data - r6-operator-counters\src\json\r6OperatorCounters.json
neo4jd3 enhancements such as styling - r6-operator-counter\src\main

r6counters.com

Any pull requests that get merged into master will trigger a build of the website. This build will get published to AWS and will be hosted at https://r6counters.com/ after a day.

What's coming?

  • More filtering
  • More views

Copyright and license

Code and documentation copyright 2018 the author. Code released under the MIT license. Docs released under Creative Commons.

About

A website with a graph visualisation of how operators counter each other in Rainbow Six Siege.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.4%
  • HTML 33.3%
  • CSS 15.3%