Coder Social home page Coder Social logo

5things's People

Contributors

msavoury avatar

Watchers

 avatar  avatar

5things's Issues

Add color indication for each answer.

At the moment, all of the answer in the middle are the same color. This is a problem because unless the user is keeping track, it's hard to remember which answer was given to which player.

The solution is to have different colored score boxes for each player. Then each answer should match the color of the player who was awarded points for that answer.

Add multiple values for an answer

Currently matching a potential answer is an exact string match. But "usa" and "united states" should technically both be considered the same answer. Because of this, the answers array should be an object with a shortValue and a list of other acceptable answers. A possible structure:

{ shortAnswer: "usa", answers: ["usa", "united states", "united states of america", "u.s.a."]}

Then checking the answer would require iterating through the list of 'answers'.

Redirect to home page if user refreshes page

If the user refreshes the page, the session is lost which makes just about every thing useless at that point. Might as well redirec tthem to the front page where they can start over.

clear input box when question changes

Sometimes during play, the user is about to enter the answer and the question changes. This makes them have to delete the text in the text box so that they can start typing their answers for the new question. It would be helpful if the box would just clear when the question changes.

Make question change more prominent

After watching other people play, it has been noticed that people are not realizing when the question changes. Might be a good idea to add animation

Add timer per question

At this point in time if 2 players can not reach 5 answers, the game will just stay there. Should allow the ability to move on after a specified amount of time per question.

Add help/about

Create a popup with an explanation of how to play and some information about the game such as the github link and a link to meteor.

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.