aboutsummaryrefslogtreecommitdiff
path: root/go/client/main.go
Commit message (Collapse)AuthorAgeFilesLines
* allow game log to be configured using command line flagsFlorian Fischer2025-08-201-1/+14
|
* refactor client activitiesFlorian Fischer2025-08-201-13/+4
| | | | | Make the activity stack explicit and move reusable activities to the activity package.
* define global player colorsFlorian Fischer2025-08-201-6/+0
|
* bump ebiten version to 2.5.1 and new APIsFlorian Fischer2025-08-201-1/+1
|
* intermediate commitFlorian Fischer2025-08-201-1/+3
| | | | | | | | | | | * 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
* move more ui logic into CollectionFlorian Fischer2025-08-201-1/+1
| | | | | * Generalize hover detection and move it into ui.Collection * Implement transparencu for the prompt banner
* add sealed activity to select a starting deckFlorian Fischer2025-08-201-4/+12
|
* fix some warnings reported by golang-ciFlorian Fischer2025-08-201-6/+2
|
* intermediate commitFlorian Fischer2025-08-201-0/+95