Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Streamlined Card class, cards are now stored in a hashmap, had to write a ↵ | Eduardo Pedroni | 2015-06-11 | 1 | -13/+5 |
| | | | | method to parse full card set json | ||||
* | Moved away from reflection for sorting, now looking into using a hashmap ↵ | Eduardo Pedroni | 2015-06-11 | 1 | -1/+1 |
| | | | | instead of a list | ||||
* | Implemented sorting using reflection, not sure it was a good idea though | Eduardo Pedroni | 2015-06-08 | 1 | -11/+11 |
| | |||||
* | It works! Reading in a file, writing to the same file or a different ↵ | Eduardo Pedroni | 2015-06-05 | 1 | -2/+2 |
| | | | | existing file, glancing, perusing, adding and removing cards by number | ||||
* | Made a plan, now i'm following it. CLI is well under way | Eduardo Pedroni | 2015-06-04 | 1 | -224/+26 |
| | |||||
* | Have a working example to parse JSON sets and get cards by number | Eduardo Pedroni | 2015-06-03 | 1 | -0/+233 |