Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oelarnes/misc_magic
small projects related to m:tg
https://github.com/oelarnes/misc_magic
Last synced: about 18 hours ago
JSON representation
small projects related to m:tg
- Host: GitHub
- URL: https://github.com/oelarnes/misc_magic
- Owner: oelarnes
- Created: 2014-01-15T08:57:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-01T08:02:22.000Z (almost 11 years ago)
- Last Synced: 2023-08-03T06:22:15.253Z (over 1 year ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This folder contains miscellaneous projects related to analysis of Magic: the Gathering
tournament outcomes.84winrates.py analyses the effect of single-elimination tournaments on the distribution
of Elo ratings across roundselosimulator.py simulates an implementation of Elo and Glicko rating schemes over the
course of many matches in a fixed population. In particular, we wish to determine the
impact of cutoffs for high-level play based on ratings thresholds. The simulations
demonstrate that such cutoffs cause ratings points to drift artificially across the
ratings barrier.resultscompiler.py takes win-loss records and decklists hosted online in a standard
format, and returns a csv file with win-loss records for each card appearing in a
decklist, with the purpose of allowing statistical analysis on the strength of
individual cards.