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

What is supposed to happen if players from both sides can kick the ball? #6

Open
drallensmith opened this issue Sep 27, 2017 · 1 comment

Comments

@drallensmith
Copy link
Contributor

< std::pow( ServerParam::instance().kickableArea(), 2 ) )

It looks like it will depend on the ordering of the players by the for loop; which side comes first?

@drallensmith
Copy link
Contributor Author

Oops. Didn't see the "break". So if the defense can kick the ball a total of two times, unless the offense was able to kick the ball and not the defense between those two times, the defense wins. (I'm not sure if I agree with this, but OK.) Perhaps this should be clarified in the docs? I also want to explore more what happens when the goalie catches the ball.

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

No branches or pull requests

1 participant