cards/readme.md

20 lines
973 B
Markdown
Raw Normal View History

2024-04-06 18:17:11 -04:00
# Cards For Humanity
2024-04-05 22:38:41 -04:00
2024-04-06 18:17:11 -04:00
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!")
2024-04-05 22:38:41 -04:00
2024-04-06 18:17:11 -04:00
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.
2024-04-05 22:38:41 -04:00
2024-04-13 21:04:42 -04:00
## Dev stuff:
2024-04-26 23:55:32 -04:00
`cargo run` to run server
`cargo run --example client` to spawn a test client
2024-04-13 21:04:42 -04:00
2024-04-05 22:38:41 -04:00
## TODO:
2024-04-06 18:17:11 -04:00
* finish game logic
* establish connectivity, probably websockets
* support card text editing
* prevent import of cards that have been seen already and edited
* handle duplicates