Update README.md

This commit is contained in:
Víctor Martínez 2021-08-29 17:18:09 +02:00 committed by GitHub
parent 262906a5c1
commit 278eeec510
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,3 +3,26 @@
> Bot build with Teloxide to play gofish with my friends > Bot build with Teloxide to play gofish with my friends
@peter-fisher-bot @peter-fisher-bot
## Game description
```
Each participant will receive a private message with their status (cards in hand & score) after each turn.
Ask someone for a card, if they have it they will give you all the cards with that number, otherwise you will automatically draw a card.
If the card you've drawn is the same you asked for you can continue asking, otherwise the turn ends.
The game ends if someone has 0 cards in hand!
```
## Build
```cargo build [--release]```
## Run
```cargo run```