-
Notifications
You must be signed in to change notification settings - Fork 0
heho/de.hehosworld.dominionCS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
a PHP Dominion card selector project with several options Config Files(text/xml): <?xml version='1.0' standalone='yes'?> <DCSconf> <cardlists> <cardlist src='path/to/cardList' /> <cardlist src='path/to/cardList' /> </cardlists> <baseConf> <numberOfCards>10</numberOfCards> </baseConf> <additions> <card>Name of Card</card> <type number='1'>Type of Cards</type> </additions> <includes> <card>Name of Card</card> <type number='1'>Type of Cards</type> </includes> <excludes> <card>Name of Card</card> <type>Type of Cards</type> </excludes> <max> <type number='1'>Type of Cards</type> </max> </DCSconf> CardList Files: <?xml version='1.0' standalone='yes'?> <cardlist overallType='Version'> <card name='Name'> <type>Type Of Card</type> <type>2</type> <type>Action</type> </card> </cardlist>
About
A card-selector for the game dominion
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published