aboutsummaryrefslogtreecommitdiff
path: root/go/game/stack.go
Commit message (Expand)AuthorAgeFilesLines
* support explicitly winning and implement Approach Supremacy!Florian Fischer2025-09-081-0/+10
* add more eventsFlorian Fischer2025-08-201-1/+2
* reset an action's targets after resolving itFlorian Fischer2025-08-201-1/+1
* check the wincondition after the state based actionsFlorian Fischer2025-08-201-3/+14
* introduce game.State interface abstractionFlorian Fischer2025-08-201-2/+2
* only pop an action if all players have passed priorityFlorian Fischer2025-08-201-1/+2
* reset an action's targets after broadcasting its resolutionFlorian Fischer2025-08-201-5/+7
* export less methodsFlorian Fischer2025-08-201-3/+3
* replace Fatalf with PanicfFlorian Fischer2025-08-201-1/+1
* intermediate commitFlorian Fischer2025-08-201-1/+6
* introduce state-based actionFlorian Fischer2025-08-201-3/+4
* intermediate commitFlorian Fischer2025-08-201-0/+46