Skip to content

Commit

Permalink
Create TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarcederberg committed Jul 30, 2021
1 parent 4eb1a48 commit edd38f0
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# tarot

C# Tarot-reading application

<em>[TODO.md spec & Kanban Board](https://bit.ly/3fCwKfM)</em>

### 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 ✓


0 comments on commit edd38f0

Please sign in to comment.