diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..855938b --- /dev/null +++ b/TODO.md @@ -0,0 +1,29 @@ +# tarot + +C# Tarot-reading application + +[TODO.md spec & Kanban Board](https://bit.ly/3fCwKfM) + +### Investigate + +- [ ] Possibility to create an API-like system? Library? +- [ ] Newtonsoft.json vs. built-in .json- handler? + +### Todo + +- [ ] Function to reset deck, either from original or from own chosen file. +- [ ] Flags for retrieving in .json-format. +- [ ] Current Spreads-file, similar to current deck. Reset spread, either from original or from own chosen file. +- [ ] Add tarot card meanings/keywords. +- [ ] Create a Minor Arcana creator (If type is minor arcana in .json, create an entire range of that suit (X of "Name")). +- [ ] Rework shuffling. +- [ ] Commands to swap, or insert cards at specific positions in deck, for posibility to do interactive shuffling.. +- [ ] Refactor input-handling. +- [ ] Customize help. + +### In Progress + + +### Done ✓ + +