Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extends the Responses to follow Move path #12

Open
cbonesana opened this issue Jun 10, 2021 · 0 comments
Open

Extends the Responses to follow Move path #12

cbonesana opened this issue Jun 10, 2021 · 0 comments
Labels
enhancement New feature or request game Changes relative to game engine

Comments

@cbonesana
Copy link
Member

cbonesana commented Jun 10, 2021

It exists a variant of the response mechanism that allows to respond to a Move action. This is something not written in the rule book. The variant rule is the following:

When an enemy figure moves into the LOS of an ally figure, this ally figure can "respond" to the movement.
In any case, the enemy figure is stopped in the location where the response happens.

The response is intended to happen at the same time of an action. This variant allows the defending player to create ambushes and slow the advance of the enemy team.

It is still in doubt if to implement this mechanic or not.

Functional Specifications

  • Allows response to Move actions.
  • Allows to attack the path (hexagon) of a unit.
  • When these response happens, move back the moving unit where the response happens.
  • All other rules of responses apply.

Current Implementation

  • Move already keep track of the path.
@cbonesana cbonesana added enhancement New feature or request game Changes relative to game engine labels Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request game Changes relative to game engine
Projects
None yet
Development

No branches or pull requests

1 participant