https://github.com/panathea/bridge_bot
Bridge playing card game for Slack
https://github.com/panathea/bridge_bot
Last synced: 25 days ago
JSON representation
Bridge playing card game for Slack
- Host: GitHub
- URL: https://github.com/panathea/bridge_bot
- Owner: panathea
- Created: 2020-03-16T13:17:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:15:50.000Z (over 2 years ago)
- Last Synced: 2025-04-24T02:59:15.684Z (25 days ago)
- Language: JavaScript
- Size: 566 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Bridge Bot for Slack
Play the card game Bridge on Slack.
## How it works
- Type "deal @three @other @players"
- Everyone is DM'd a hand
- Bridge bot will reply to your deal message with common information
- Bidding happens through buttons in your DMs
- Bid is shown in common thread
- Once play has started, users will have DM buttons for playable cards
- Current trick and dummy's hand will be shown in thread
- Upon game end, bot tallies how much over/under the declarers are
- Full hands are revealed## Setup
1. Clone repo
2. `npm install`
3. Populate `.env` with credentials
4. `npm start`