Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/girish17/mattermost-blackjack
A simplified Blackjack game for Mattermost
https://github.com/girish17/mattermost-blackjack
blackjack mattermost mattermost-plugin
Last synced: 29 days ago
JSON representation
A simplified Blackjack game for Mattermost
- Host: GitHub
- URL: https://github.com/girish17/mattermost-blackjack
- Owner: girish17
- License: apache-2.0
- Created: 2021-07-12T15:44:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T03:52:26.000Z (11 months ago)
- Last Synced: 2024-06-20T03:53:05.233Z (5 months ago)
- Topics: blackjack, mattermost, mattermost-plugin
- Language: Go
- Homepage:
- Size: 5.99 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mattermost-blackjack
A simplified Blackjack game for [Mattermost](https://mattermost.org). It doesn't involve any stakes or betting. Allows single player mode. The objective is to get a [Blackjack](https://en.wikipedia.org/wiki/Blackjack).
Supports only `hit` and `stay` player decisions. Cards from a single deck of 52 cards is dealt during each game.
## Demo
![Demo video](public/blackjackDemo.gif) recorded using [Peek](https://github.com/phw/peek).
## Installation
* Download the plugin [here](https://github.com/girish17/mattermost-blackjack/releases/download/v1.0.1/com.girishm.mattermost-blackjack-1.0.0.tar.gz)
* Go to Mattermost System Console
* Under Plugins, choose Upload Plugin and select the downloaded file
* Enable the Blackjack plugin and try `/blackjack` command in a channel
## Development Resources
* To manually build and deploy this plugin on Mattermost server, follow this [document](https://developers.mattermost.com/extend/plugins/developer-setup/)