-
Notifications
You must be signed in to change notification settings - Fork 3
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
Player should revert to Game Ready state after losing a ball #69
Comments
RoundController should be ready for a player to re-start: have another new ball dropped. This is roughly described in the sequence diagram but I'm not sure if it is still around... ? @t3kt tagging you as an interested party in RoundController. |
I'll take this. On Fri, Dec 26, 2014, 10:27 AM JimAnkrom [email protected] wrote:
|
or at least the new ball part |
so.. |
Yep, quite a bit of this is lifecycle (playermanager & controller), but Shouldn't be a ton of work.
|
I have implemented ball respawning, with an admin toggle. |
That leaves us with re-setting the user back to the start phase. I will add an issue into client to handle (do not close this issue yet). |
Player should have to hit "play" button again after losing ball so that we know where to drop the new ball.
The text was updated successfully, but these errors were encountered: