No Description

Girish M f5a14c4449 no more of that 3 months 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 f5a14c4449 no more of that 3 months 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 6791f05f62 update readme 2 years ago
error.png 2630a10808 1. fix for ace blackjack 2. test for queens in first deal 2 years ago
go.mod 318692f7af initial commit 2 years ago
go.sum 44fdb8f70b Initial commit 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. It doesn't involve any stakes or betting. 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