https://github.com/0x00wolf/mtg-mulligan-trainer
Magic the Gathering Mulligan Trainer
https://github.com/0x00wolf/mtg-mulligan-trainer
Last synced: about 1 month ago
JSON representation
Magic the Gathering Mulligan Trainer
- Host: GitHub
- URL: https://github.com/0x00wolf/mtg-mulligan-trainer
- Owner: 0x00wolf
- Created: 2023-06-05T06:39:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T08:31:46.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T05:25:22.990Z (3 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magic the Gathering Mulligan Trainer
## Description:
I built this app to quickly simulate the act of shuffling, and drawing a hand in Magic the Gathering. This app allows players to create a custom deck, or use the supplied decklists, and see a lot of starting hands in a very short time. It also allows users to draw additional cards. The general idea is to get used to seeing a lot of hands quickly to quickly develop a sense of what a good hand is for a given deck. Also, to allow players to try different iterations of popular decks and see how those iterations effect starting hands.## Installation and Usage:
Clone the repository and run "python3 multrainer.py help" for usage instructions, or "python3 multrainer.py list-decks" to see the premade deck options. To edit the cards in the deck simply change the values in the corresponding text file in the decklists folder. There is a decklist.txt file for users to create their own custom lists, which can be used with "python3 multrainer.py decklist".## Statscript
This is a less user friendly script I wrote to find out the percentage of times a given card in a deck would appear in a starting hand over 100,000 draws.