No Description

girishm 6302ea2633 WIP: Render merged jpeg card images 2 years ago
.circleci 44fdb8f70b Initial commit 2 years ago
assets c8331234c2 deleted starter svg 2 years ago
build 44fdb8f70b Initial commit 2 years ago
public b59f5ad75c added demo video 2 years ago
server 6302ea2633 WIP: Render merged jpeg card images 2 years ago
.editorconfig 44fdb8f70b Initial commit 2 years ago
.gitignore 44fdb8f70b Initial commit 2 years ago
.golangci.yml 318692f7af initial commit 2 years ago
LICENSE 44fdb8f70b Initial commit 2 years ago
Makefile 44fdb8f70b Initial commit 2 years ago
README.md 09271eec39 updated README 2 years ago
go.mod 6302ea2633 WIP: Render merged jpeg card images 2 years ago
go.sum 6302ea2633 WIP: Render merged jpeg card images 2 years ago
plugin.go 44fdb8f70b Initial commit 2 years ago
plugin.json 780d1e1286 updated README and plugin.json 2 years ago

README.md

mattermost-blackjack

A simplified Blackjack game for Mattermost. Allows single player mode. The objective is to get a Blackjack. Supports only hit and stay player decisions. Cards from a single deck of 52 cards is dealt during each game.

Demo

Demo video recorded using Peek.

Installation

  • Download the plugin here
  • 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