APICulter / punchline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

punchline

Purpose

This game is called "Punchline". It is a copy of the game "Use your words".

The principle is the following:

Connect to the site and create a room. Each participant connects to the game URL with a phone, enters the generated code required to enter the room and picks a name tag. Once the settings have been made, and the participants are ready, the game starts and goes through a number of rounds that go like this:
  • A question, image or video appears on the screen with a theme of some sort
  • Everyone has 60 seconds to give an answer on their phone
  • Once everyone voted, The answers are displayed anonymously on the phones
  • Everyone votes for an answer (expect their own)
  • Each one gets points for a single vote
  • Then comes the next round, until the end of the game.
  • The one with the highest number of points wins.
Installation Instructions

npm init -y npm install --save express socket.io npm install -g nodemon

About


Languages

Language:JavaScript 51.4%Language:CSS 29.0%Language:HTML 19.7%