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

Reject ilegal moves #12

Open
adam-blackwater opened this issue Jul 1, 2020 · 0 comments
Open

Reject ilegal moves #12

adam-blackwater opened this issue Jul 1, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request game-service

Comments

@adam-blackwater
Copy link
Member

Example
hex1{x: 0, y: 0}, hex2{x: 0, y: 1}, hex3{x: 0, y: 2}
Don't allow attacks from hex {0,0} to hex {0, 2} for where edges = [{hex1, hex2}, {hex2, hex1}, {hex2, hex3}, {hex3, hex2}]

@adam-blackwater adam-blackwater added enhancement New feature or request game-service labels Jul 1, 2020
@adam-blackwater adam-blackwater self-assigned this Jul 1, 2020
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-service
Projects
None yet
Development

No branches or pull requests

1 participant