aboutsummaryrefslogtreecommitdiff
path: root/go/game/playerControl.go
Commit message (Collapse)AuthorAgeFilesLines
* implement more prompts and exp1/backup!Florian Fischer2025-09-051-0/+12
|
* notify players about concessionsFlorian Fischer2025-08-221-0/+20
|
* make formatFlorian Fischer2025-08-201-0/+3
|
* refactor playerControlFlorian Fischer2025-08-201-15/+157
| | | | | | | 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.
* make PlayerControl a CloserFlorian Fischer2025-08-201-1/+6
|
* implement simple bot based draftFlorian Fischer2025-08-201-0/+7
|
* prompt the user to order its triggersFlorian Fischer2025-08-201-0/+7
| | | | | | | | All TriggeredAction are passed in the wrapper action DeclareTriggeredActionsAction to the controller of the triggers. It is expected to receive an ordered list back from the user again wrapped in a DeclareTriggeredActionsAction. The triggered actions will be declared in from first to last.
* intermediate commitFlorian Fischer2025-08-201-29/+68
|
* intermediate commitFlorian Fischer2025-08-201-0/+92