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
/
targets.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix target options not considering declared actions
Florian Fischer
2025-09-08
1
-0
/
+4
*
implement spell target parsing and magic/no!
Florian Fischer
2025-09-08
1
-9
/
+65
*
support explicitly winning and implement Approach Supremacy!
Florian Fischer
2025-09-08
1
-0
/
+2
*
support 'allied unit' alias to 'unit you control'
Florian Fischer
2025-09-05
1
-1
/
+3
*
switch exp/slices to slices module
Florian Fischer
2025-09-03
1
-1
/
+1
*
do not include already selected candidates in target options
Florian Fischer
2025-08-22
1
-1
/
+7
*
fix spawn tile constraint for water spawns
Florian Fischer
2025-08-20
1
-2
/
+14
*
include the tile where a pile is dropped in the action
Florian Fischer
2025-08-20
1
-1
/
+7
*
support shroud
Florian Fischer
2025-08-20
1
-2
/
+12
*
recheck the source position each time
Florian Fischer
2025-08-20
1
-2
/
+1
*
add support for flexible attacks
Florian Fischer
2025-08-20
1
-1
/
+2
*
make format
Florian Fischer
2025-08-20
1
-3
/
+1
*
use any instead of interface{}
Florian Fischer
2025-08-20
1
-23
/
+23
*
minor code improvements reported by golangci-lint
Florian Fischer
2025-08-20
1
-2
/
+2
*
support options candidates for disjunctions
Florian Fischer
2025-08-20
1
-7
/
+11
*
extract card from FullAction for target constraints
Florian Fischer
2025-08-20
1
-1
/
+3
*
support street actions
Florian Fischer
2025-08-20
1
-6
/
+56
*
implement reporters if there exist possible target options
Florian Fischer
2025-08-20
1
-4
/
+29
*
use common target error prefix
Florian Fischer
2025-08-20
1
-2
/
+2
*
implement house tile effect
Florian Fischer
2025-08-20
1
-6
/
+14
*
fix Target.AllowSelection for '*' avtions
Florian Fischer
2025-08-20
1
-3
/
+5
*
implement "you control" target constraint
Florian Fischer
2025-08-20
1
-2
/
+27
*
prevent targeting the same object multiple times
Florian Fischer
2025-08-20
1
-2
/
+15
*
finish the target-oriented ai
Florian Fischer
2025-08-20
1
-0
/
+6
*
introduce game.State interface abstraction
Florian Fischer
2025-08-20
1
-25
/
+25
*
check if Targets allow a selection
Florian Fischer
2025-08-20
1
-0
/
+10
*
intermediate commit
Florian Fischer
2025-08-20
1
-25
/
+71
*
implement target disjunction and fix artifact constraint
Florian Fischer
2025-08-20
1
-6
/
+38
*
intermeditae commit
Florian Fischer
2025-08-20
1
-22
/
+95
*
use prompt for target selection of all actions
Florian Fischer
2025-08-20
1
-6
/
+25
*
implement targets candidates for hand cards
Florian Fischer
2025-08-20
1
-10
/
+16
*
replace Fatalf with Panicf
Florian Fischer
2025-08-20
1
-12
/
+12
*
intermediate commit
Florian Fischer
2025-08-20
1
-64
/
+156
*
implement TargetSelection and card targeting
Florian Fischer
2025-08-20
1
-33
/
+94
*
fix some warnings reported by golang-ci
Florian Fischer
2025-08-20
1
-2
/
+1
*
improve permanent pile support
Florian Fischer
2025-08-20
1
-6
/
+27
*
fix format strings and run make fmt
Florian Fischer
2025-08-20
1
-9
/
+9
*
s/constrain/constraint/
Florian Fischer
2025-08-20
1
-61
/
+61
*
change attack action target to 'attackable enemy permanent'
Florian Fischer
2025-08-20
1
-2
/
+61
*
intermediate commit
Florian Fischer
2025-08-20
1
-0
/
+307