https://github.com/reesporte/tarot
give yourself a reading of your tarot cards
https://github.com/reesporte/tarot
java tarot tarot-cards
Last synced: 3 months ago
JSON representation
give yourself a reading of your tarot cards
- Host: GitHub
- URL: https://github.com/reesporte/tarot
- Owner: reesporte
- License: mit
- Created: 2020-07-25T18:14:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T18:15:43.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T16:24:07.881Z (5 months ago)
- Topics: java, tarot, tarot-cards
- Language: Java
- Homepage:
- Size: 165 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔮 tarot card reader 🔮
Have a computer read your tarot cards! It interprets them too! Since it's a computer, it's 100000% accurate.
## How it works
I used a [json representation](https://github.com/dariusk/corpora/tree/master/data/divination) of tarot interpretations as my tarot deck, and then followed the instructions of a [questionable howcast video](https://www.youtube.com/watch?v=fFUD1N8z2Hk) to do the rest. Everything else is sort of explained in `algorithm`.## How you can use it
Clone this repo to a directory, then run the following:
```
$ make run
```##### TODO:
- [ ] Make it pretty
- [ ] Make it interactive
- [ ] Other things?Pull requests are welcome!