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
/
action.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
support explicitly winning and implement Approach Supremacy!
Florian Fischer
2025-09-08
1
-13
/
+32
*
implement more prompts and exp1/backup!
Florian Fischer
2025-09-05
1
-0
/
+14
*
implement discard event and reformer
Florian Fischer
2025-09-05
1
-4
/
+2
*
fix buying cads from store tiles not removing the cards
Florian Fischer
2025-09-03
1
-1
/
+13
*
special case the formatting of free and full actions in choice
Florian Fischer
2025-09-03
1
-8
/
+9
*
implement the patrician
Florian Fischer
2025-09-03
1
-0
/
+12
*
fix String method of free action using nil targets
Florian Fischer
2025-09-03
1
-5
/
+14
*
switch exp/slices to slices module
Florian Fischer
2025-09-03
1
-2
/
+1
*
fix amount of resource gained for discard 2
Florian Fischer
2025-08-21
1
-1
/
+1
*
fix upkeep cost calculation
Florian Fischer
2025-08-21
1
-6
/
+15
*
support concessions
Florian Fischer
2025-08-21
1
-2
/
+25
*
implement the free discard action
Florian Fischer
2025-08-20
1
-0
/
+39
*
include the tile where a pile is dropped in the action
Florian Fischer
2025-08-20
1
-3
/
+4
*
triggered actions have no timing restriction
Florian Fischer
2025-08-20
1
-0
/
+2
*
improve timing of declared actions
Florian Fischer
2025-08-20
1
-0
/
+1
*
make format
Florian Fischer
2025-08-20
1
-1
/
+2
*
use any instead of interface{}
Florian Fischer
2025-08-20
1
-5
/
+5
*
minor code improvements reported by golangci-lint
Florian Fischer
2025-08-20
1
-4
/
+5
*
support street actions
Florian Fischer
2025-08-20
1
-0
/
+42
*
minor cleanup removing debug prints
Florian Fischer
2025-08-20
1
-3
/
+3
*
implement house tile effect
Florian Fischer
2025-08-20
1
-1
/
+1
*
implement "you control" target constraint
Florian Fischer
2025-08-20
1
-3
/
+3
*
change move action representation
Florian Fischer
2025-08-20
1
-2
/
+2
*
add initial support for marshaling actions to plain text
Florian Fischer
2025-08-20
1
-0
/
+61
*
add new random draft pick action
Florian Fischer
2025-08-20
1
-0
/
+5
*
improve interface documentation
Florian Fischer
2025-08-20
1
-2
/
+5
*
move hand card removal to the play action's costs
Florian Fischer
2025-08-20
1
-3
/
+4
*
export more information during a draft
Florian Fischer
2025-08-20
1
-0
/
+6
*
implement simple bot based draft
Florian Fischer
2025-08-20
1
-0
/
+22
*
introduce game.State interface abstraction
Florian Fischer
2025-08-20
1
-60
/
+89
*
pass the PlayAction to the cards onPlay implementations
Florian Fischer
2025-08-20
1
-15
/
+27
*
add helper to get the game state from an action
Florian Fischer
2025-08-20
1
-3
/
+6
*
implment upkeep costs using ResourceCosts
Florian Fischer
2025-08-20
1
-1
/
+1
*
add function to create a DeclareTriggeredActionsAction
Florian Fischer
2025-08-20
1
-3
/
+7
*
support parsing variadic costs
Florian Fischer
2025-08-20
1
-4
/
+4
*
game: support actions without cost func
Florian Fischer
2025-08-20
1
-4
/
+9
*
prompt the user to order its triggers
Florian Fischer
2025-08-20
1
-1
/
+33
*
add skeleton for triggers and triggered actions
Florian Fischer
2025-08-20
1
-0
/
+23
*
implement equipment with next unit play option
Florian Fischer
2025-08-20
1
-2
/
+13
*
intermediate commit
Florian Fischer
2025-08-20
1
-12
/
+52
*
intermeditae commit
Florian Fischer
2025-08-20
1
-4
/
+46
*
implement equip action
Florian Fischer
2025-08-20
1
-8
/
+55
*
export less methods
Florian Fischer
2025-08-20
1
-9
/
+9
*
implement unit and artifact switch action
Florian Fischer
2025-08-20
1
-22
/
+60
*
intermediate commit
Florian Fischer
2025-08-20
1
-85
/
+109
*
remove card from hand when declaring a play action
Florian Fischer
2025-08-20
1
-2
/
+0
*
implement TargetSelection and card targeting
Florian Fischer
2025-08-20
1
-0
/
+10
*
implement most of nautics cards
Florian Fischer
2025-08-20
1
-3
/
+4
*
improve permanent pile support
Florian Fischer
2025-08-20
1
-2
/
+10
*
fix format strings and run make fmt
Florian Fischer
2025-08-20
1
-8
/
+8
[next]