https://github.com/yiwkr/mattermost-plugin-janken
Janken plugin for Mattermost
https://github.com/yiwkr/mattermost-plugin-janken
mattermost-plugin
Last synced: 5 months ago
JSON representation
Janken plugin for Mattermost
- Host: GitHub
- URL: https://github.com/yiwkr/mattermost-plugin-janken
- Owner: yiwkr
- License: apache-2.0
- Created: 2019-05-18T14:24:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T13:45:12.000Z (over 5 years ago)
- Last Synced: 2024-06-20T08:02:50.471Z (almost 2 years ago)
- Topics: mattermost-plugin
- Language: Go
- Size: 230 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
mattermost-plugin-janken
========================
This plugin add a slash command that you can play janken game.
```
/janken
```


## Installation
Go to the [release page](https://github.com/yiwkr/mattermost-plugin-janken/releases) of this Github repository and download the latest release. You can upload this file in the Mattermost system console to install the plugin.
## Language
You can change the default language from the system console.
You can also change language when you create a janken game by using `-l` option.
Now available languages are English ("en") and Japanese ("ja").
Example to use japanese
```
/janken -l ja
```
