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

Inbetween rounds/waiting for next player view #66

Closed
Mester opened this issue Aug 30, 2016 · 6 comments
Closed

Inbetween rounds/waiting for next player view #66

Mester opened this issue Aug 30, 2016 · 6 comments
Assignees

Comments

@Mester
Copy link
Collaborator

Mester commented Aug 30, 2016

Part of #64 (This should've been part of hotseat too actually)

@corez92
Copy link
Collaborator

corez92 commented Aug 30, 2016

Not sure what you mean by this. In multi the players are always entering text or doing something and in hotseat it's the same someone is always busy filling in their guess/text.

Only for multi is where I can forsee someone who sends their gif to the next person where they dont have anything to do, this is where the 10 seconds limit come into play, so they just wait for the timer to run out

@Mester
Copy link
Collaborator Author

Mester commented Aug 30, 2016

In hotseat it would be a screen that says something like "it's the next player's turn, click to continue"

What do you mean by that limit? People have a time limit to enter their gif?

@corez92
Copy link
Collaborator

corez92 commented Aug 30, 2016

You can do that in hotseat of course, but is it crucial? No, people will send the device over to the next person anyway and we can name the person who has to play each time on the screen so people know what's up. Again, hotseat shouldn't be and isn't the focus.

There were two ways to keep the game moving: 10 second limit (or more/less) or constant refresh by user (dangerous, might hold up game if one person doesnt refresh). There are two cases (for multi):

  • A person passes a gif before the time limit is over. The person has to wait for the time to be over for all other players, so here you can put a in-game wait page.
  • A person doesn't fill in anything, "" is passed, this still works with the giphy api but produces a random gif. Someone can leave their keyboard for example.

The time limit is important so that everyone is moving along at the same time.

@JessicaNgo JessicaNgo self-assigned this Aug 31, 2016
@JessicaNgo
Copy link
Owner

JessicaNgo commented Aug 31, 2016

In multiplayer:
for simplicity lets just check if it is the player's turn:
if it is:
redirect them to a page similar to the hotseat_gameplay.html

if it is not:
have a basic "multi_waiting.html" where its basically like "its another players turn right now",
with a button to go to attempt to go to gameplay (page simliar to the hotseat_gameplay.html),
and if it's still not the players turn, redirects them to the multi_waiting.html again.

@zapplecat
Copy link
Collaborator

I can see this being in hotseat. Basically a screen to make sure the new player actually gets situated before they start. It would be especially good if we're actually enforcing time limits.

For multiplayer @JessicaNgo makes sense. Also if it's actually multiplayer, with everyone with their own active "game rounds" running, then the "multi_waiting.html" is especially important.

In the chat I had mentioned that there's 2 things we can do with the waiting.html (assuming it refreshes itself every so often):

  1. List the players that haven't gone yet
  2. Have a mini-game where players can just press a doge button, and at gameover, it shows up how many times people pressed doge.

@corez92
Copy link
Collaborator

corez92 commented Sep 6, 2016

see #85

@corez92 corez92 closed this as completed Sep 6, 2016
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

4 participants