-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4eb1a48
commit edd38f0
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ✓ | ||
|
||
|