aboutsummaryrefslogtreecommitdiff
path: root/go/client
Commit message (Expand)AuthorAgeFilesLines
* improve text input handlingHEADmainFlorian Fischer2025-10-181-0/+3
* support action targeting from the stack bufferFlorian Fischer2025-09-081-14/+23
* add an about activityFlorian Fischer2025-09-041-0/+4
* center cancel buttonFlorian Fischer2025-09-031-1/+1
* show all store available store cards when prompting to buy a cardFlorian Fischer2025-09-031-32/+55
* show number of cards in PoCs on their buttonsFlorian Fischer2025-08-261-20/+37
* fix target selection promptFlorian Fischer2025-08-261-1/+6
* increase deck list widthFlorian Fischer2025-08-241-2/+2
* support concessionsFlorian Fischer2025-08-211-0/+6
* add game and settings menusFlorian Fischer2025-08-204-7/+89
* add button list activity to simplify challenges and future activitiesFlorian Fischer2025-08-202-49/+28
* reduce message window transparencyFlorian Fischer2025-08-201-2/+2
* add simlpe plain text log handler and consider loglevel from the envFlorian Fischer2025-08-201-3/+5
* add discard2 icon and button to trigger the free actionFlorian Fischer2025-08-201-0/+18
* allow game log to be configured using command line flagsFlorian Fischer2025-08-201-1/+14
* use less margin between buttonsFlorian Fischer2025-08-201-2/+2
* only show permActionPrompt if the stack is emptyFlorian Fischer2025-08-201-2/+3
* add message support to the game clientFlorian Fischer2025-08-201-8/+42
* rework hover detectionFlorian Fischer2025-08-201-4/+8
* add more challengesFlorian Fischer2025-08-202-15/+78
* remove choice if it was not selectedFlorian Fischer2025-08-201-0/+3
* make formatFlorian Fischer2025-08-202-2/+0
* use any instead of interface{}Florian Fischer2025-08-201-5/+5
* add random challange aupport to the clientFlorian Fischer2025-08-202-2/+28
* show the winner after the game is doneFlorian Fischer2025-08-201-2/+30
* do not pass nil selections to promptFlorian Fischer2025-08-201-0/+3
* present reset button on top of promptFlorian Fischer2025-08-201-3/+6
* prompt for all targets that allow a selectionFlorian Fischer2025-08-201-1/+1
* hide the store after declaring the buy actionFlorian Fischer2025-08-201-1/+10
* remove player color from game codeFlorian Fischer2025-08-202-5/+2
* refactor playerControlFlorian Fischer2025-08-201-3/+9
* support remote draftsFlorian Fischer2025-08-201-1/+1
* rework the client's input handlingFlorian Fischer2025-08-202-66/+66
* improve prompt cancellationFlorian Fischer2025-08-202-10/+26
* make input events consumableFlorian Fischer2025-08-202-1/+2
* refactor client activitiesFlorian Fischer2025-08-204-362/+32
* add touch friendly way to cancel the current promptFlorian Fischer2025-08-202-9/+24
* implement simple bot based draftFlorian Fischer2025-08-202-0/+210
* support touch inputFlorian Fischer2025-08-201-0/+4
* improve the sealed activityFlorian Fischer2025-08-201-21/+31
* support touch input as selectionFlorian Fischer2025-08-202-5/+37
* define global player colorsFlorian Fischer2025-08-203-8/+2
* improve and fix slow action timing checkFlorian Fischer2025-08-201-0/+4
* introduce game.State interface abstractionFlorian Fischer2025-08-202-32/+27
* support choosing a value for X when playing cards with variadic costsFlorian Fischer2025-08-201-9/+27
* check if Targets allow a selectionFlorian Fischer2025-08-201-1/+1
* client: start trigger implementationFlorian Fischer2025-08-201-0/+14
* client: make key bindings dynamicFlorian Fischer2025-08-202-32/+85
* remove duplicate selectedObject assignmentsFlorian Fischer2025-08-201-2/+0
* client: remove active prompt or choice before adding a new oneFlorian Fischer2025-08-201-6/+12