aboutsummaryrefslogtreecommitdiff
path: root/go/game/attack.go
Commit message (Expand)AuthorAgeFilesLines
* replace yaml.v3 with goccy/go-yamlFlorian Fischer2025-09-041-2/+2
* simplify attacks copyingFlorian Fischer2025-08-201-3/+1
* consider houses when determining damage for a tileFlorian Fischer2025-08-201-6/+18
* add support for flexible attacksFlorian Fischer2025-08-201-8/+62
* implement tower tile effectFlorian Fischer2025-08-201-0/+18
* add attack unit tests and documentationFlorian Fischer2025-08-201-2/+8
* improve codeFlorian Fischer2025-08-201-1/+1
* replace Fatalf with PanicfFlorian Fischer2025-08-201-2/+2
* support crewingFlorian Fischer2025-08-201-1/+1
* change unit attack representation and implement swordFlorian Fischer2025-08-201-10/+29
* intermediate commitFlorian Fischer2025-08-201-0/+50