aboutsummaryrefslogtreecommitdiff
path: root/go/client
Commit message (Expand)AuthorAgeFilesLines
* add more challengesFlorian Fischer2025-08-062-15/+78
* remove choice if it was not selectedFlorian Fischer2025-08-061-0/+3
* make formatFlorian Fischer2025-07-302-2/+0
* use any instead of interface{}Florian Fischer2025-07-301-5/+5
* add random challange aupport to the clientFlorian Fischer2025-07-282-2/+28
* show the winner after the game is doneFlorian Fischer2025-07-281-2/+30
* do not pass nil selections to promptFlorian Fischer2025-07-241-0/+3
* present reset button on top of promptFlorian Fischer2025-07-241-3/+6
* prompt for all targets that allow a selectionFlorian Fischer2025-07-241-1/+1
* hide the store after declaring the buy actionFlorian Fischer2025-07-241-1/+10
* remove player color from game codeFlorian Fischer2025-07-192-5/+2
* refactor playerControlFlorian Fischer2025-07-061-3/+9
* support remote draftsFlorian Fischer2025-07-031-1/+1
* rework the client's input handlingFlorian Fischer2025-07-032-66/+66
* improve prompt cancellationFlorian Fischer2025-07-032-10/+26
* make input events consumableFlorian Fischer2025-07-032-1/+2
* refactor client activitiesFlorian Fischer2025-07-034-362/+32
* add touch friendly way to cancel the current promptFlorian Fischer2025-05-012-9/+24
* implement simple bot based draftFlorian Fischer2025-05-012-0/+210
* support touch inputFlorian Fischer2025-05-011-0/+4
* improve the sealed activityFlorian Fischer2025-05-011-21/+31
* support touch input as selectionFlorian Fischer2025-05-012-5/+37
* define global player colorsFlorian Fischer2025-04-133-8/+2
* improve and fix slow action timing checkFlorian Fischer2025-01-271-0/+4
* introduce game.State interface abstractionFlorian Fischer2025-01-272-32/+27
* support choosing a value for X when playing cards with variadic costsFlorian Fischer2025-01-271-9/+27
* check if Targets allow a selectionFlorian Fischer2025-01-271-1/+1
* client: start trigger implementationFlorian Fischer2025-01-271-0/+14
* client: make key bindings dynamicFlorian Fischer2025-01-272-32/+85
* remove duplicate selectedObject assignmentsFlorian Fischer2025-01-271-2/+0
* client: remove active prompt or choice before adding a new oneFlorian Fischer2025-01-271-6/+12
* bump ebiten version to 2.5.1 and new APIsFlorian Fischer2025-01-272-2/+2
* prompt for selection if the targets allow selectionsFlorian Fischer2025-01-271-1/+2
* ui: separate selection and options via their highlight colorFlorian Fischer2025-01-271-11/+12
* intermediate commitFlorian Fischer2025-01-271-1/+3
* intermediate commitFlorian Fischer2025-01-272-2/+12
* fixup! intermeditae commitFlorian Fischer2025-01-271-1/+0
* run screen updates after handling user inputFlorian Fischer2025-01-271-4/+8
* allow to exit any prompt on escFlorian Fischer2025-01-271-1/+5
* do not draw the pass button multiple timesFlorian Fischer2025-01-271-1/+3
* implement equip actionFlorian Fischer2025-01-271-7/+46
* use prompt for target selection of all actionsFlorian Fischer2025-01-271-59/+114
* implement unit and artifact switch actionFlorian Fischer2025-01-271-10/+5
* move more ui logic into CollectionFlorian Fischer2025-01-274-201/+97
* client: use only the currently available actions in the action choiceFlorian Fischer2025-01-271-2/+2
* replace Fatalf with PanicfFlorian Fischer2025-01-271-2/+2
* fix NPE when adding the wrong widgetFlorian Fischer2025-01-271-1/+1
* intermediate commitFlorian Fischer2025-01-271-30/+65
* intermediate commitFlorian Fischer2025-01-271-18/+12
* sealed: only let the user select buyable cardsFlorian Fischer2025-01-271-1/+6