Skip to content

Commit

Permalink
Update TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarcederberg committed Aug 2, 2021
1 parent aae57f4 commit dbe8b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ C# Tarot-reading application
- [ ] List cards in order
- [ ] Flags for retrieving in .json-format.
- [ ] Add option for drawing reverse cards
- [ ] ⚠️Switch uint arguments to int, handle out-of-range cases.
- [ ] ⚠️Customize help.
- [ ] ⚠️Refactor input-handling.
- [ ] ⚠️Add documentation
Expand All @@ -22,12 +23,11 @@ C# Tarot-reading application

### In Progress

- [ ] Commands to swap, or insert cards at specific positions in deck, for posibility to do interactive shuffling.

### Done ✓

- [x] Move listing spreads and viewing one single spread to a verb that also allows viewing a specific card or all cards
- [x] Add tarot card meanings/keywords.
- [x] Function to reset deck and/or spreads, either from original or from own chosen file.
- [x] Current Spreads-file, similar to current deck.
- [x] Commands to swap, or insert cards at specific positions in deck, for posibility to do interactive shuffling.

0 comments on commit dbe8b2a

Please sign in to comment.