Team divider
team-divider
lets you to randomly distribute participants into different teams.
Installation
Download
Download the latest stable release for use on your desktop or
server.
Go
go install github.com/Aldebaranoro/team-divider/cmd/team-divider@latest
🍺 Homebrew
$ brew tap Aldebaranoro/tap
$ brew install team-divider
or
$ brew install Aldebaranoro/tap/team-divider
🍨 Scoope
> scoop bucket add Aldebaranoro https://github.com/Aldebaranoro/scoop-bucket
> scoop install Aldebaranoro/team-divider
Usage
Divider
$ team-divider player_name... [flags]
For example, to divide people into two teams, you can do:
$ team-divider Nobby Samuel Fred "Havelock Vetinari"
If you want to specify your number of teams, use the -n
or --teams
flag:
$ team-divider Nobby Samuel Fred "Havelock Vetinari" -n 3
Indexer
Indexer will allow you to determine the order of the player's move or compliance with any game conditions.
Credits
License
The MIT License (MIT) - see LICENSE
for more details