aboutsummaryrefslogtreecommitdiff
path: root/go/game/cardParsing.go
Commit message (Expand)AuthorAgeFilesLines
* support explicitly winning and implement Approach Supremacy!Florian Fischer2025-09-081-0/+8
* do not parse free actions granting x effects as x effectsFlorian Fischer2025-09-031-0/+12
* reorganize upkeep and parse additional action effectsFlorian Fischer2025-08-201-0/+24
* use slog and add game log handler callbackFlorian Fischer2025-08-201-5/+6
* fix armor parsing and effective XEffect calculationFlorian Fischer2025-08-201-3/+3
* support parsing of simple equipment effectsFlorian Fischer2025-08-201-0/+74
* use any instead of interface{}Florian Fischer2025-08-201-4/+4
* minor cleanup removing debug printsFlorian Fischer2025-08-201-2/+0
* introduce game.State interface abstractionFlorian Fischer2025-08-201-12/+12
* pass the PlayAction to the cards onPlay implementationsFlorian Fischer2025-08-201-3/+3
* add onETB card hookFlorian Fischer2025-08-201-0/+7
* intermediate commitFlorian Fischer2025-08-201-2/+2
* intermeditae commitFlorian Fischer2025-08-201-0/+6
* export less methodsFlorian Fischer2025-08-201-1/+1
* replace Fatalf with PanicfFlorian Fischer2025-08-201-2/+2
* implement the basics of the rest of the base cardsFlorian Fischer2025-08-201-6/+16
* intermediate commitFlorian Fischer2025-08-201-3/+3
* intermediate commitFlorian Fischer2025-08-201-17/+39
* add simple spell supportFlorian Fischer2025-08-201-0/+7
* support crewingFlorian Fischer2025-08-201-0/+7
* add equipments and pile hooksFlorian Fischer2025-08-201-0/+14
* intermediate commitFlorian Fischer2025-08-201-0/+179