jhertz / elo_calculator

An ELO calculator that uses challonge brackets
1 stars 2 forks source link

Needs update #1

Closed shadowfox87 closed 8 years ago

shadowfox87 commented 8 years ago

Hi,

Your program is great. It's just what I was looking for. I managed to run it but it only shows me the Elo rating for 1 player, not all. Can you update it so that it calculates the Elo rating for all players? We should also be able to put initial Elo ratings for each player in the tournament. This input can be asked from command prompt.

jhertz commented 8 years ago

hey, i'm no longer working on this project, i'm working on a much more sophisticated ratings system

https://github.com/ripgarpr/garpr

feel free to fork and run with this as needed :)

shadowfox87 commented 8 years ago

Hey can we chat? I'm on Discord. I want to know if your new program can pull data from challenge and whether you are still using Elo or something else.

On Jul 18, 2016 1:06 PM, "jhertz" notifications@github.com wrote:

hey, i'm no longer working on this project, i'm working on a much more sophisticated ratings system

https://github.com/ripgarpr/garpr

feel free to fork and run with this as needed :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jhertz/elo_calculator/issues/1#issuecomment-233392376, or mute the thread https://github.com/notifications/unsubscribe-auth/AMZIvL-f8IVFnLTpIvqWOcd2dyFVKk-5ks5qW7KqgaJpZM4JOXA8 .

jhertz commented 8 years ago

i'm not on discord. notgarpr is a fully featured website that allows importing from smashgg, challonge, or tio, supports a variety of ranking options, and uses TrueSkill (better than elo) as its ranking algorithm. Its still heavily under development, but you can see our early alpha at notgarpr.com

feel free to read through the source to understand stuff, its all python :)

On Mon, Jul 18, 2016 at 1:15 PM, shadowfox87 notifications@github.com wrote:

Hey can we chat? I'm on Discord. I want to know if your new program can pull data from challenge and whether you are still using Elo or something else.

On Jul 18, 2016 1:06 PM, "jhertz" notifications@github.com wrote:

hey, i'm no longer working on this project, i'm working on a much more sophisticated ratings system

https://github.com/ripgarpr/garpr

feel free to fork and run with this as needed :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/jhertz/elo_calculator/issues/1#issuecomment-233392376>, or mute the thread < https://github.com/notifications/unsubscribe-auth/AMZIvL-f8IVFnLTpIvqWOcd2dyFVKk-5ks5qW7KqgaJpZM4JOXA8

.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/jhertz/elo_calculator/issues/1#issuecomment-233394753, or mute the thread https://github.com/notifications/unsubscribe-auth/ABYXoqcG3YmXlfsWDULlmVQy9qFm1clCks5qW7SbgaJpZM4JOXA8 .

shadowfox87 commented 8 years ago

What's your slack link? Also, I read the documentation. I think you should take into account the set score such that there is a difference between 2-0 and 2-1. I need it for Ygopro, an online Yugioh simulator (http://discord.me/ygopro). You can chat on discord without downloading anything or registering an account.

jhertz commented 8 years ago

Sorry, were not particularly interested in adding set score features. Our slack is for devs if youd like to join the project as a dev, but were very much focused on smash rn.

Sent from my iPhone

On Jul 18, 2016, at 1:35 PM, shadowfox87 notifications@github.com wrote:

What's your slack link? Also, I read the documentation. I think you should take into account the set score such that there is a difference between 2-0 and 2-1. I need it for Ygopro, an online Yugioh simulator (http://discord.me/ygopro). You can chat on discord without downloading anything or registering an account.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.

shadowfox87 commented 8 years ago

It's ok, I think I will use the SkillKeeper program that was in the SSBM forums.