aboutsummaryrefslogtreecommitdiff
path: root/go/game/winCondition.go
Commit message (Expand)AuthorAgeFilesLines
* minor code improvements (staticcheck)Florian Fischer2025-10-081-1/+1
* support explicitly winning and implement Approach Supremacy!Florian Fischer2025-09-081-6/+29
* switch exp/slices to slices moduleFlorian Fischer2025-09-031-2/+1
* implement the kraken win conditionFlorian Fischer2025-08-221-0/+30
* support concessionsFlorian Fischer2025-08-211-3/+27
* add description to wincondition to show the userFlorian Fischer2025-08-201-41/+66
* fix king game wincondition and add draw special caseFlorian Fischer2025-08-201-1/+5
* add more challengesFlorian Fischer2025-08-201-0/+11
* support king gamesFlorian Fischer2025-08-201-0/+9
* introduce game.State interface abstractionFlorian Fischer2025-08-201-6/+6
* intermediate commitFlorian Fischer2025-08-201-0/+36