hi guys!
I’ve recently uploaded a massive update module for “und1c1” (a soccer tabletop game) and I’m looking a way to automate certain actions in the future releases.
In the game a player attempting a tackle or a dribble must switch their position with an adiacent opponent before playing cards & rolling dices.
Every box on the board can be occupied by 2 pieces at max: a single player & the ball.
The main board use a rectangular grid.
Right now we manually switch their positions: is there a way to automate this switch?
Example:
my #4 attempts to tackle oppo #7 that has the ball possession
-
- 7o
- 4 -
-
- 4
- 7o -
thanks in advance!