aboutsummaryrefslogtreecommitdiff
path: root/go/game/effect.go
Commit message (Collapse)AuthorAgeFilesLines
* fix that granting effects are considered x effectsFlorian Fischer2025-09-051-2/+2
| | | | X effects have to start with the X value or the keyword.
* do not parse free actions granting x effects as x effectsFlorian Fischer2025-09-031-0/+4
|
* implement bannerFlorian Fischer2025-08-221-0/+15
|
* improve x-effect parsingFlorian Fischer2025-08-201-0/+51
|
* introduce game.State interface abstractionFlorian Fischer2025-08-201-10/+10
| | | | | This allows to not use the internal game state directly from client code.
* intermediate commitFlorian Fischer2025-08-201-0/+47
* Implement move artifact action * Fix widget update memory leak * update the highlights not during on each frame * do not update the unchanged label of a button * Allow to exit the game by pressing 'q' * Implement some cards from the magic set * Improve permanent formatting * Some tweaks to UnitAI code