index
:
muhqs-game
ai-companion
boss
draftsim
go
hoverable_pngs_in_cardlisting
main
master
resize
rework-targets
rwc-player-ctrl
touchHover
game material for muhq's game
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
go
/
client
/
game.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
start resize impl
resize
Florian Fischer
2025-09-26
1
-2
/
+79
*
center cancel button
Florian Fischer
2025-09-03
1
-1
/
+1
*
show all store available store cards when prompting to buy a card
Florian Fischer
2025-09-03
1
-32
/
+55
*
show number of cards in PoCs on their buttons
Florian Fischer
2025-08-26
1
-20
/
+37
*
fix target selection prompt
Florian Fischer
2025-08-26
1
-1
/
+6
*
add game and settings menus
Florian Fischer
2025-08-20
1
-4
/
+15
*
reduce message window transparency
Florian Fischer
2025-08-20
1
-2
/
+2
*
add simlpe plain text log handler and consider loglevel from the env
Florian Fischer
2025-08-20
1
-3
/
+5
*
add discard2 icon and button to trigger the free action
Florian Fischer
2025-08-20
1
-0
/
+18
*
only show permActionPrompt if the stack is empty
Florian Fischer
2025-08-20
1
-2
/
+3
*
add message support to the game client
Florian Fischer
2025-08-20
1
-8
/
+42
*
rework hover detection
Florian Fischer
2025-08-20
1
-4
/
+8
*
remove choice if it was not selected
Florian Fischer
2025-08-20
1
-0
/
+3
*
make format
Florian Fischer
2025-08-20
1
-1
/
+0
*
use any instead of interface{}
Florian Fischer
2025-08-20
1
-5
/
+5
*
add random challange aupport to the client
Florian Fischer
2025-08-20
1
-2
/
+6
*
show the winner after the game is done
Florian Fischer
2025-08-20
1
-2
/
+30
*
present reset button on top of prompt
Florian Fischer
2025-08-20
1
-3
/
+6
*
prompt for all targets that allow a selection
Florian Fischer
2025-08-20
1
-1
/
+1
*
hide the store after declaring the buy action
Florian Fischer
2025-08-20
1
-1
/
+10
*
remove player color from game code
Florian Fischer
2025-08-20
1
-2
/
+1
*
refactor playerControl
Florian Fischer
2025-08-20
1
-3
/
+9
*
rework the client's input handling
Florian Fischer
2025-08-20
1
-9
/
+25
*
improve prompt cancellation
Florian Fischer
2025-08-20
1
-9
/
+23
*
add touch friendly way to cancel the current prompt
Florian Fischer
2025-08-20
1
-9
/
+23
*
support touch input as selection
Florian Fischer
2025-08-20
1
-4
/
+9
*
define global player colors
Florian Fischer
2025-08-20
1
-1
/
+1
*
improve and fix slow action timing check
Florian Fischer
2025-08-20
1
-0
/
+4
*
introduce game.State interface abstraction
Florian Fischer
2025-08-20
1
-27
/
+20
*
support choosing a value for X when playing cards with variadic costs
Florian Fischer
2025-08-20
1
-9
/
+27
*
check if Targets allow a selection
Florian Fischer
2025-08-20
1
-1
/
+1
*
client: start trigger implementation
Florian Fischer
2025-08-20
1
-0
/
+14
*
client: make key bindings dynamic
Florian Fischer
2025-08-20
1
-32
/
+12
*
remove duplicate selectedObject assignments
Florian Fischer
2025-08-20
1
-2
/
+0
*
client: remove active prompt or choice before adding a new one
Florian Fischer
2025-08-20
1
-6
/
+12
*
bump ebiten version to 2.5.1 and new APIs
Florian Fischer
2025-08-20
1
-1
/
+1
*
prompt for selection if the targets allow selections
Florian Fischer
2025-08-20
1
-1
/
+2
*
ui: separate selection and options via their highlight color
Florian Fischer
2025-08-20
1
-11
/
+12
*
intermediate commit
Florian Fischer
2025-08-20
1
-2
/
+12
*
intermeditae commit
Florian Fischer
2025-08-20
1
-1
/
+0
*
run screen updates after handling user input
Florian Fischer
2025-08-20
1
-4
/
+8
*
allow to exit any prompt on esc
Florian Fischer
2025-08-20
1
-1
/
+5
*
do not draw the pass button multiple times
Florian Fischer
2025-08-20
1
-1
/
+3
*
implement equip action
Florian Fischer
2025-08-20
1
-7
/
+46
*
use prompt for target selection of all actions
Florian Fischer
2025-08-20
1
-59
/
+114
*
implement unit and artifact switch action
Florian Fischer
2025-08-20
1
-10
/
+5
*
move more ui logic into Collection
Florian Fischer
2025-08-20
1
-174
/
+54
*
client: use only the currently available actions in the action choice
Florian Fischer
2025-08-20
1
-2
/
+2
*
replace Fatalf with Panicf
Florian Fischer
2025-08-20
1
-2
/
+2
*
fix NPE when adding the wrong widget
Florian Fischer
2025-08-20
1
-1
/
+1
[next]