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

Movement preview #219

Open
ozkriff opened this issue Feb 24, 2018 · 2 comments
Open

Movement preview #219

ozkriff opened this issue Feb 24, 2018 · 2 comments
Labels

Comments

@ozkriff
Copy link
Owner

ozkriff commented Feb 24, 2018

image

Atm, you can see all available tiles and when you click at any of them - movement starts immediately.
This feature requires some transitional game state - you click on a tile, a path is displayed, then you confirm the action and only then movement starts.

#280 is a task about cycling through possible paths.

@ozkriff
Copy link
Owner Author

ozkriff commented Feb 2, 2019

I notice that when walking next to an enemy, they can attack. A few times, my character walked past an enemy when there was a route of the same length that would have avoided the dangerous hex. Some logic to avoid that would be nice!

(from https://www.reddit.com/r/rust/comments/ale980/a_wasm_version_of_my_tactical_game_zemeroth_is)

@agathazeren
Copy link

An alternative solution to this problem would be that you can drag along the path if you care, or simply click on the tile if it doesn't matter. This reduces the useless clicking in the general case, but allows for more flexibility when needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants