GithubHelp home page GithubHelp logo

Comments (6)

corez92 avatar corez92 commented on August 17, 2024

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

from telegiphy.

Mester avatar Mester commented on August 17, 2024

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?

from telegiphy.

corez92 avatar corez92 commented on August 17, 2024

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.

from telegiphy.

JessicaNgo avatar JessicaNgo commented on August 17, 2024

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.

from telegiphy.

zapplecat avatar zapplecat commented on August 17, 2024

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.

from telegiphy.

corez92 avatar corez92 commented on August 17, 2024

see #85

from telegiphy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.