aboutsummaryrefslogtreecommitdiff
path: root/go/game/draft.go
Commit message (Collapse)AuthorAgeFilesLines
* fix draft bugsFlorian Fischer2025-07-061-4/+6
| | | | | Do not access an empty slice by index. Do not assume all received notificarions are DraftPickPrompts.
* make draft more flexibleFlorian Fischer2025-07-061-2/+30
| | | | Add more draft specific errors and a function to replace AI by a new player.
* make draft more flexibleFlorian Fischer2025-07-061-24/+85
|
* refactor playerControlFlorian Fischer2025-07-061-10/+10
| | | | | | | Allow to propagate errors in order to handle them acordingly. Use playerNotifications by value to reduce the amount of allocations. Add session managment playerNotifications. Support marshalling notifications to plain text.
* export more information during a draftFlorian Fischer2025-07-031-4/+5
|
* allow to add players to draftFlorian Fischer2025-07-031-0/+7
|
* make PlayerControl a CloserFlorian Fischer2025-07-031-0/+2
|
* make draft pool big enoughFlorian Fischer2025-07-031-11/+12
|
* implement simple bot based draftFlorian Fischer2025-05-011-0/+116