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
/
game
/
state.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
format phaseChange as the next phase
Florian Fischer
2025-10-18
1
-1
/
+2
*
support phase change triggers and implement relic
Florian Fischer
2025-10-18
1
-14
/
+33
*
support explicitly winning and implement Approach Supremacy!
Florian Fischer
2025-09-08
1
-0
/
+4
*
implement discard event and reformer
Florian Fischer
2025-09-05
1
-1
/
+2
*
fix reported stores by the game state
Florian Fischer
2025-09-03
1
-4
/
+13
*
fix and test the banner implementation
Florian Fischer
2025-08-22
1
-2
/
+2
*
support concessions
Florian Fischer
2025-08-21
1
-3
/
+24
*
remove logged newline and button list debug message
Florian Fischer
2025-08-20
1
-1
/
+1
*
add description to wincondition to show the user
Florian Fischer
2025-08-20
1
-1
/
+1
*
do not check the target constraints twice
Florian Fischer
2025-08-20
1
-38
/
+0
*
remove timing checks from action validation
Florian Fischer
2025-08-20
1
-43
/
+2
*
add more events
Florian Fischer
2025-08-20
1
-1
/
+4
*
use slog and add game log handler callback
Florian Fischer
2025-08-20
1
-2
/
+3
*
reset the tile of a destroyed permanent to allow the processing of the pile drop
Florian Fischer
2025-08-20
1
-1
/
+3
*
implement mace and add damage dealt events/triggers
Florian Fischer
2025-08-20
1
-46
/
+6
*
improve timing of declared actions
Florian Fischer
2025-08-20
1
-18
/
+30
*
git enforce slow action timing restrictions
Florian Fischer
2025-08-20
1
-2
/
+14
*
add support for flexible attacks
Florian Fischer
2025-08-20
1
-1
/
+1
*
minor code improvements reported by golangci-lint
Florian Fischer
2025-08-20
1
-18
/
+19
*
only clear the selections if the target is not nil
Florian Fischer
2025-08-20
1
-3
/
+6
*
reset an action's targets after resolving it
Florian Fischer
2025-08-20
1
-0
/
+2
*
set activePlayerId when adding the first new player
Florian Fischer
2025-08-20
1
-4
/
+11
*
check the wincondition after the state based actions
Florian Fischer
2025-08-20
1
-24
/
+59
*
implement house tile effect
Florian Fischer
2025-08-20
1
-0
/
+14
*
add comments and action assertion
Florian Fischer
2025-08-20
1
-0
/
+4
*
panic if we try to resolve an unknown card type
Florian Fischer
2025-08-20
1
-1
/
+1
*
fix king map preparation
Florian Fischer
2025-08-20
1
-1
/
+3
*
remove player color from game code
Florian Fischer
2025-08-20
1
-7
/
+12
*
add methods to control a LocalState without enforcing game rules
Florian Fischer
2025-08-20
1
-7
/
+40
*
refactor playerControl
Florian Fischer
2025-08-20
1
-4
/
+13
*
support king games
Florian Fischer
2025-08-20
1
-1
/
+3
*
move hand card removal to the play action's costs
Florian Fischer
2025-08-20
1
-3
/
+0
*
change phase names to match the rules
Florian Fischer
2025-08-20
1
-3
/
+3
*
return the player after adding it
Florian Fischer
2025-08-20
1
-3
/
+4
*
small code modernization and refactoring
Florian Fischer
2025-08-20
1
-1
/
+1
*
fix retrieving of the active player
Florian Fischer
2025-08-20
1
-1
/
+1
*
finish the target-oriented ai
Florian Fischer
2025-08-20
1
-2
/
+3
*
improve and fix slow action timing check
Florian Fischer
2025-08-20
1
-4
/
+6
*
introduce game.State interface abstraction
Florian Fischer
2025-08-20
1
-107
/
+189
*
pass the PlayAction to the cards onPlay implementations
Florian Fischer
2025-08-20
1
-2
/
+5
*
fix trigger ordering for kraken AI always sending PassPriority
Florian Fischer
2025-08-20
1
-2
/
+7
*
emit target and death events
Florian Fischer
2025-08-20
1
-0
/
+12
*
run state based actions before players receive priority
Florian Fischer
2025-08-20
1
-0
/
+1
*
prompt the user to order its triggers
Florian Fischer
2025-08-20
1
-7
/
+38
*
add skeleton for triggers and triggered actions
Florian Fischer
2025-08-20
1
-1
/
+46
*
remove unused members and make EotEffects private
Florian Fischer
2025-08-20
1
-7
/
+4
*
implement equipment with next unit play option
Florian Fischer
2025-08-20
1
-34
/
+50
*
intermediate commit
Florian Fischer
2025-08-20
1
-4
/
+39
*
intermeditae commit
Florian Fischer
2025-08-20
1
-3
/
+13
*
validate equip and switch actions
Florian Fischer
2025-08-20
1
-1
/
+40
[next]