Aucune description

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

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