Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/oscarcederberg/tarot
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarcederberg committed Aug 2, 2021
2 parents 5db4bd0 + 831c414 commit aae57f4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# tarot
Tarot reading console application, developed in NET 5.0
Tarot reading console application, developed in NET 5.0.

## Goal
The goal of the program is to make a background process/daemon or "API"-like program which interfaces/clients can call, similar to [mpd](https://www.musicpd.org/), or other Linux programs. It would most likely be easier/wiser to just create a normal program without any daemon-like properties, but this is a learning experience to create such programs and how to interface with them. I would also like to make this suitable for Linux, and create a CLI for it, similar to how [ncmpcpp](https://github.com/ncmpcpp/ncmpcpp) interacts with mpd.

## Inspiration
I've had a great interest in tarot cards for a while. I don't personally believe in it, but it is a fun hobby and has a lot of interesting concepts. My recent intrigue for it grew after viewing these projects, in particular:
[The Alleyman's Tarot](https://www.kickstarter.com/projects/713books/the-alleymans-tarot/description), by 713Books.
[Tarot Cards](https://matthewlopz.newgrounds.com/), by MatthewLopz.

0 comments on commit aae57f4

Please sign in to comment.