about summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add rounds optionAndinus2021-05-021-1/+4
| | | | User can limit the number of rounds.
* Print columns based on number of players, move SIGINT tapAndinus2021-05-021-5/+7
| | | | | SIGINT tap was moved right before the loop. If user sends SIGINT before the loop starts then the behaviour shouldn't change.
* Add autoname featureAndinus2021-05-021-2/+6
| | | | It sets the player names automatically.
* Print scorecard & end gracefullyAndinus2021-05-011-3/+19
|
* Remove limit on number of playersAndinus2021-05-011-21/+26
|
* Initial implementationAndinus2021-04-291-0/+52