Due to personal time constraints and financial limitations this project will be shelved indefinitely. You are welcome to use my starting code to continue to work on this project and post it yourself.
A program to simulate opening six packs of Magic: The Gathering for purposes of practicing building a sealed deck.
- Choose packs for sealed
- Generate and open the chosen packs
- Print sealed pool to file for easy proxies
- Potential Long Term Features:
- Draft simulation
- Version 1:
- Full functionality for opening packs and displaying a list of the pulled cards
- Version 1.5:
- Handling of foils, special-case-rarities (time-shifted, flip, etc...)
- Page for Printing select cards from sealed pool for proxies
- Version 2:
- Simpler display for more interactive and intuitive use
- Version 2.5:
- Write results to .doc or .pdf for more detailed proxies
- Version 3.0 (far future):
- Draft simulation
- Networked connection to draft with other users
- Version 3.5:
- Cube Draft/Sealed based on provided list of cards
- Version 4.0:
- Tracking user draft statistics
Please Note: The start of this project is being done for a class, and as a result these steps may change as I learn more of the tools I will be using
- Magic: The Gathering and all cards for it belong to Wizards of the Coast
- Card Information - MTG JSON
- Card Images - api.mtgdb.info
- Python 2.7.6
- Django 1.8