Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)