GithubHelp home page GithubHelp logo

guess's Introduction

Say and Guess

Gameplay

'Say and Guess' is a multiplayer game where one of the players is blinded and all the other players are given view of a shared word. The other players are called "watcher" and the sole blind player is called "guesser".

The watchers need to hint the guesser without explicitly refer to any part of the hidden word. The guesser need to use hints and imagination to guess what the hidden word is. Also, a timelimit is set for each word to make the gameflow smooth(in case that one word can not get through and the game struck). Every times the guesser makes a right guess, he gets one point. Also, the guesser could choose to skip word and move on regardless of the timelimit. The goal of the guesser is to gain as much point as possible.

It is recommendded to have a group voice chating software to help the game. Audio chating feature is not considered to be implemented so far.

Dependency

  • Node.js
  • NPM
  • Babel
  • React.js
  • Socket.io
  • express
  • csv-parse
  • fs

Deployment

We are currently considering packageing the whole application as a docker image to support faster deployment. However, the current version use npm to deploy.

Simply run the following commands:

npm install
node app.js

The default access path is http://localhost:8080/guess/. It can be changed in the file "app.js".

app.use("/guess",express.static(path.join(__dirname, 'public')));

Just change "/guess" to the target path you want to use.

Future Target

  • Multi-dictionary support
  • Re-connection feature
  • Optimized frontend and backend(for better gameflow)

guess's People

Contributors

szcnorya avatar

Watchers

James Cloos avatar  avatar

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.