Library for generating booster packs and drafting them
Go to file
Hamcha f869bf7425
Update README.md
2019-05-31 10:15:32 +02:00
mlp Refactor set to be an interface, add generic set and cube 2019-05-31 10:12:56 +02:00
.gitignore Initial commit 2019-05-30 18:01:19 +00:00
LICENSE Initial commit 2019-05-30 18:01:19 +00:00
README.md Update README.md 2019-05-31 10:15:32 +02:00
go.mod It begins! 2019-05-31 01:16:15 +02:00
pack.go Fix minor doc thingies 2019-05-31 10:14:13 +02:00
set.go Refactor set to be an interface, add generic set and cube 2019-05-31 10:12:56 +02:00

README.md

draft

Generic library for generating "booster packs" with 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.