Library for generating booster packs and drafting them
Hamcha
37645e37f7
All checks were successful
continuous-integration/drone/push Build is passing
Tests now do not require internet access anymore Closes #4 |
||
---|---|---|
example/gen-packs-mlp | ||
mlp | ||
.drone.yml | ||
.gitignore | ||
draft.go | ||
draft_test.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
pack.go | ||
pack_test.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.