https://github.com/ccocchi/pairing_generator
Generate Swiss round pairing
https://github.com/ccocchi/pairing_generator
Last synced: about 1 year ago
JSON representation
Generate Swiss round pairing
- Host: GitHub
- URL: https://github.com/ccocchi/pairing_generator
- Owner: ccocchi
- Created: 2020-04-04T12:38:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T10:24:59.000Z (about 6 years ago)
- Last Synced: 2025-02-09T19:15:31.462Z (over 1 year ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pairing generator
Generate pairings for the Witch vs Spitir Keyforge tournament
## Usage
You'll need ruby installed on your computed to use the script. Then, grant executable permissions to the script using:
```
chmod +x tournament.rb
```
Finally you can run `./tournament.rb --help` to have a list of the available commands.
## Command examples
```
> ./tournament.rb --initialize-pool witch 7,32,13,99,121,203
> ./tournament.rb --initialize-pool spirit 12,29,73,46,19,26
> ./tournament.rb --pairing
> ./tournament.rb --print-pairing
> ./tournament.rb --set-results 73w,99w
> ./tournament.rb --print-results
```