identity crisis

This commit is contained in:
Adam 2024-04-06 18:17:11 -04:00
parent 5b1475e84b
commit f8883df83d

View file

@ -1,17 +1,13 @@
# Cards # Cards For Humanity
I guess I'm making an API for card games that can exist in a chat-bot type frontend or a web page frontend A game master server for the popular game [Cards Against Humanity](https://www.cardsagainsthumanity.com/) using data from [Chris Hallberg](https://crhallberg.com/)'s project [JSON Against Humanity](https://github.com/crhallberg/json-against-humanity) (everyone say "Thanks, Chris!")
I aim to support Cards Against Humanity and Blackjack on Discord. This started as a problem trying to play games with friends who are all on different platforms. This shall be as cross-platform as it gets. I want it to work on anything that can establish a connection and allow anyone to write any front-end they can dream up whether it be a web page, chat bot, VR, etc. Any clients who share a master server can play together across any platform.
## TODO: ## TODO:
* finish CAH * finish game logic
* 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? * establish connectivity, probably websockets
* ratatui * support card text editing
* serenity * prevent import of cards that have been seen already and edited
* make a web ui when discord can't display a hand privately without a DM * handle duplicates
* telegram?
* Blackjack
* ...
* a lot