Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

You DO handle ties now :) #14

Open
fab0i opened this issue Jul 13, 2022 · 2 comments
Open

You DO handle ties now :) #14

fab0i opened this issue Jul 13, 2022 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@fab0i
Copy link

fab0i commented Jul 13, 2022

Does not allow ties.

Hey @djcunningham0, loved the article. I'm implementing this for my friend's Catan games, though I'm trying to do it on Google Sheets -- I do not recommend it. Anyway, I figured I'd look to see how you handle ties and noticed this leftover comment from before v.0.3.0. You DO handle ties now! :)

@djcunningham0
Copy link
Owner

Ha, good catch! I'll remove that comment next time I push some changes.

By the way, I'm not sure exactly what you mean by implementing it with Google Sheets, but I use Google Sheets to store my group's poker data and then I use this package to calculate Elo ratings. I.e., the results history is stored in the spreadsheet and then I have a web app that reads in the data and calculates the Elo history. The code for the app is in my poker-elo-dashboard repo (the the specific lines for reading the data from Google Sheets are here).

But if instead you mean you're doing all the Elo calculations with formulas in the spreadsheet... good luck to you!

@djcunningham0 djcunningham0 added the documentation Improvements or additions to documentation label Jul 13, 2022
@fab0i
Copy link
Author

fab0i commented Jul 13, 2022

I did mean implementing the Elo calculations/formulas in Google Sheets! Honestly, it wasn't too bad, thanks to your article and this well-documented repo! The spreadsheet took about 5h in total, and I have almost no experience with spreadsheets (thankfully, I'm good enough at Googling things).
If you want to see it, I created a copy here. It's still not finished, but I'm gonna try to do the actual leaderboard tab with graphs and whatnot today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants