Library for generating booster packs and drafting them
移至檔案
Hamcha 198f1a6704
continuous-integration/drone/tag Build is passing 詳情
continuous-integration/drone/push Build is passing 詳情
Add boosted cards
2019-08-27 12:00:12 +02:00
example/gen-packs-mlp Add example pack generator 2019-05-31 15:35:49 +02:00
mlp Add boosted cards 2019-08-27 12:00:12 +02:00
.drone.yml Disable CGO when testing 2019-06-18 11:15:13 +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 Add build badge 2019-06-18 11:06:59 +02:00
draft.go Start adding actual drafting stuff 2019-06-12 15:40:46 +02:00
draft_test.go Start adding actual drafting stuff 2019-06-12 15:40:46 +02:00
go.mod It begins! 2019-05-31 01:16:15 +02:00
go.sum Start adding actual drafting stuff 2019-06-12 15:40:46 +02:00
pack.go Add IDs() method for packs 2019-06-28 11:17:51 +02:00
pack_test.go Add IDs() method for packs 2019-06-28 11:17:51 +02:00
pod.go Add passing logic and pod tests 2019-06-17 21:45:15 +02:00
pod_test.go Minor nitpick 2019-06-17 23:01:25 +02:00
set.go Add tests 2019-05-31 10:57:51 +02:00
set_test.go Add IDs() method for packs 2019-06-28 11:17:51 +02:00

README.md

draft

Build Status

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.