https://github.com/jasterv/gofish_bot
Bot build using Teloxide to play gofish with my friends
https://github.com/jasterv/gofish_bot
Last synced: about 1 year ago
JSON representation
Bot build using Teloxide to play gofish with my friends
- Host: GitHub
- URL: https://github.com/jasterv/gofish_bot
- Owner: JasterV
- Created: 2021-08-24T02:54:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T22:55:09.000Z (almost 3 years ago)
- Last Synced: 2025-03-07T21:32:57.133Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 234 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gofish_bot
> Bot build with Teloxide to play gofish with my friends
@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```