Name | Modified | Size | Downloads / Week |
---|---|---|---|
SF_Dobble.jar | 2019-01-29 | 8.9 kB | |
README | 2018-10-24 | 548 Bytes | |
Countries.csv | 2018-10-24 | 2.2 kB | |
Totals: 3 Items | 11.6 kB | 0 |
Dobble Card Generator Command Line Client Syntax: java -jar SF_Dobble.jar <Number of symbols> <Labels input file> <Output file> Example: Generate cards with 8 symbols, integer symbol names, output to the terminal: java -jar SF_Dobble.jar 8 Generate cards with 8 symbols, symbol names from file "Countries.csv", output to the terminal: java -jar SF_Dobble.jar 8 Countries.csv Generate cards with 8 symbols, symbol names from file "Countries.csv", write to file "Cards.csv" java -jar SF_Dobble.jar 8 Countries.csv Cards.csv