aboutsummaryrefslogtreecommitdiff
path: root/go/game/effect.go
Commit message (Collapse)AuthorAgeFilesLines
* improve x-effect parsingFlorian Fischer2025-07-241-0/+51
|
* introduce game.State interface abstractionFlorian Fischer2025-01-271-10/+10
| | | | | This allows to not use the internal game state directly from client code.
* intermediate commitFlorian Fischer2025-01-271-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