18 lines
516 B
Markdown
18 lines
516 B
Markdown
|
# Cards
|
||
|
|
||
|
I guess I'm making an API for card games that can exist in a chat-bot type frontend or a web page frontend
|
||
|
|
||
|
I aim to support Cards Against Humanity and Blackjack on Discord.
|
||
|
|
||
|
|
||
|
## TODO:
|
||
|
* finish CAH
|
||
|
* create and maintain own CAH card db to support card editing.. hash every card on the way in and use that as a unique id to prevent duplicating edited cards on a future merge?
|
||
|
* ratatui
|
||
|
* serenity
|
||
|
* make a web ui when discord can't display a hand privately without a DM
|
||
|
* telegram?
|
||
|
* Blackjack
|
||
|
* ...
|
||
|
* a lot
|