Giter VIP home page Giter VIP logo

chinese-whispers's Introduction

Chinese Whispers

A game with chained microservices.

There is a central Games Master interface that "players" will check-in with. Each player is a microservice that conforms to provide the same route-response pattern. The Games Master will maintain a "circle" of players and when a game is played each player will be hit in turn 1-by-1, until everyone has had a go and then the game is complete. The end result is a story of how one phrase became another.

Games Master

HTML interface. Input box to start the game. Text element to contain the output as a game is played.

Players

Players must receive a POST request in the following format:

{
    hear: 'fdsf'
}

And return JSON response that must include a 3 key-pair values:

  • hear - The phrase from the previous
  • say - The new phrase
  • explanation which describes how you got there (eg. This word was on the same page as this Wiki page)

##Suggested methods

  • twitter
  • facebook
  • instagram
  • youtube
  • sound cloud

chinese-whispers's People

Contributors

martinjoiner avatar jetstreamvash avatar

Watchers

James Hulse avatar 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.