Ei kuvausta

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

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