Skip to content

Dota 2 to League of Legends: get your champion suggestions

Notifications You must be signed in to change notification settings

antmelnyk/d2league

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2f23ce2 Β· May 2, 2020

History

71 Commits
Jul 19, 2019
Jul 2, 2019
Jul 17, 2019
Jul 21, 2019
Jul 17, 2019
Jul 2, 2019
Jul 19, 2019
Jul 2, 2019
Jul 11, 2019
Jul 2, 2019
Jul 2, 2019
Jul 2, 2019
Jul 17, 2019
Jul 2, 2019
Jul 18, 2019
Feb 29, 2020
Jul 19, 2019
Jul 2, 2019
Jul 2, 2019
Jul 2, 2019
Jul 11, 2019
Jul 2, 2019
Jul 11, 2019

Repository files navigation

Dota 2 to League of Legends

Mini app that suggest League champions based on selected Dota 2 heroes.

alt tag

To run locally:

bundle install
yarn install
rails db:setup
rails s

# In other terminal
./bin/webpack-dev-server

# See localhost:3000

Champion similarities (basically connections between Dota and League champs) are located in db/similarities.json. Format:

{
  "name": "Earthshaker",     // Dota hero name
  "similarities": [          // An array of objects that describe League champ (similar to that hero)
    {
      "name": "Alistar",
      "role": true,          // Set true when similar by role in game
      "skills": true,        // Set true when similar by skills or mechanics
      "theme": true,         // Set true when similar by theme or visuals
      "description": "Text"  // Explanation about why the champion is similar to hero (besides 3 booleans above)
    }
  ]
}

About

Dota 2 to League of Legends: get your champion suggestions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published