draft/README.md

12 lines
516 B
Markdown
Raw Normal View History

2019-05-30 23:16:15 +00:00
# draft
2019-05-30 18:01:19 +00:00
2019-06-18 09:06:59 +00:00
[![Build Status](https://drone.zyg.ovh/api/badges/mcg/draft/status.svg)](https://drone.zyg.ovh/mcg/draft)
2019-06-12 13:40:46 +00:00
Generic library for generating "booster packs" and drafting them in pods.
Booster packs allow for randomizable slots for foils and special rares.
2019-05-30 23:25:16 +00:00
2019-05-31 08:15:32 +00:00
The base library has generalized implementations of sets (think booster packs from boxes) and cube (which takes off cards from a list as they are put in packs).
The `mlp` subpackage contains MLP:CCG-specific code for drafting MLP:CCG packs and cubes.