Skip to content

blooberr/netrunner-limited

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

netrunner-limited

Code for generating netrunner-limited formats.

Currently supporting sealed (similar to MTG) where you start with a fixed pool of cards.

  1. CardsPerDeck (controls the size of the generate pool)
  2. RandSeed (any number would do. If you want to generate the same pool again, remember that number!)

Note that golang map keys are random - you are generating the same pool though.

Example with external flags:

go run sealed_pool_creator.go -cards_per_deck 75 -random_seed 123456778

About

Code for generating netrunner-limited formats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages