Library for generating booster packs and drafting them
ittaG ordnasselA
143ee76cc7
All checks were successful
continuous-integration/drone/push Build is passing
|
||
---|---|---|
example/gen-packs-mlp | ||
mlp | ||
.drone.yml | ||
.gitignore | ||
draft.go | ||
draft_test.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
pack.go | ||
pod.go | ||
pod_test.go | ||
README.md | ||
set.go | ||
set_test.go |
draft
Generic library for generating "booster packs" and drafting them in pods.
Booster packs allow for randomizable slots for foils and special rares.
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.